Ticks 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(T).
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public AvaloniaList<double>? Ticks { get; set; }
Public Property Ticks As AvaloniaList(Of Double)
Get
Set
member Ticks : AvaloniaList<float> with get, set