Slider.IsDirectionReversed Property

Definition

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.

Applies to