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

Syntax

C#
protected abstract double ExtraSpacing { get; }
Visual Basic (Declaration)
Protected MustOverride ReadOnly Property ExtraSpacing As Double

See Also