IsDirectionReversed Property
Gets or sets the direction of increasing value.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsDirectionReversed { get; set; }
Public Property IsDirectionReversed As Boolean
Get
Set
member IsDirectionReversed : bool with get, set
Property Value
Boolean
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.