Skip to main content

IsDirectionReversed 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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public bool IsDirectionReversed { get; set; }

Property Value

Boolean

See Also

Reference

TickBar Class
Avalonia.Controls Namespace