TickBarTicks Property

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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AvaloniaList<double>? Ticks { get; set; }

Property Value

AvaloniaListDouble

See Also