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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<double> TickPositions { get; }
Visual Basic
Public ReadOnly Property TickPositions As ReadOnlyCollection(Of Double)
	Get
Visual C++
public:
property ReadOnlyCollection<double>^ TickPositions {
	ReadOnlyCollection<double>^ get ();
}

See Also