Gets or sets whether tick marks should be displayed above the slider track (to the left in vertical orientation). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool ShowTopLeftTickMarks { get; set; }
Visual Basic
Public Property ShowTopLeftTickMarks As Boolean
	Get
	Set
Visual C++
public:
property bool ShowTopLeftTickMarks {
	bool get ();
	void set (bool value);
}

See Also