TickBar.

IsDirectionReversed Property

Summary

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.Controls
Containing Type
TickBar

Syntax

public bool IsDirectionReversed { get; set; }

Value

Type Description
bool