Slider.IsDirectionReversed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates the direction of increasing value.
public:
property bool IsDirectionReversed { bool get(); void set(bool value); };
bool IsDirectionReversed();
void IsDirectionReversed(bool value);
public bool IsDirectionReversed { get; set; }
var boolean = slider.isDirectionReversed;
slider.isDirectionReversed = boolean;
Public Property IsDirectionReversed As Boolean
<Slider IsDirectionReversed="bool"/>
Property Value
Boolean
bool
true if the direction of increasing value is to the left for a horizontal slider or down for a vertical slider; otherwise, false. The default is false.