When overridden in a derived class, gets the extra spacing allocated around the slider track. This is used in tick mark layout calculations.

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

Syntax

C#
protected abstract double ExtraSpacing { get; }
Visual Basic
Protected MustOverride ReadOnly Property ExtraSpacing As Double
	Get
Visual C++
protected:
virtual property double ExtraSpacing {
	double get () abstract;
}

See Also