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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AvaloniaList<double>? Ticks { get; set; }
Public Property Ticks As AvaloniaList(Of Double)
Get
Set
member Ticks : AvaloniaList<float> with get, set
Property Value
AvaloniaListDouble