Summary
Gets or sets the direction of increasing value.
- Namespace
- Avalonia
.Controls - Containing Type
- Slider
Syntax
public bool IsDirectionReversed { get; set; }
Value
Type | Description |
---|---|
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. |