Skip to main content

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)

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

Property Value

AvaloniaList(Double)

See Also

Reference

TickBar Class
Avalonia.Controls Namespace