TickBar.

Ticks Property

Summary

The Ticks property contains collection of value of type Double which are the logical positions use to draw the ticks. The property value is a AvaloniaList<T>.
Namespace
Avalonia.Controls
Containing Type
TickBar

Syntax

public AvaloniaList<double> Ticks { get; set; }

Value

Type Description
AvaloniaList<double>