Gets the extra spacing allocated around the slider track.

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

Syntax

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

See Also