Gets a list of positions where tick marks should be displayed. Each value in the list is the distance between the start of the slider track and a particular tick mark.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public ReadOnlyCollection<double> TickPositions { get; }
Visual Basic (Declaration)
Public ReadOnly Property TickPositions As ReadOnlyCollection(Of Double)

See Also