TickBarIsDirectionReversed Property
The IsDirectionReversed property defines the direction of value incrementation.
By default, if Tick's orientation is Horizontal, ticks will be drawn from left to right.
(And, bottom to top for Vertical orientation).
If IsDirectionReversed is 'true' the direction of the drawing will be in opposite direction.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsDirectionReversed { get; set; }
Public Property IsDirectionReversed As Boolean
Get
Set
member IsDirectionReversed : bool with get, set
Property Value
Boolean