Gets or sets the maximum distance between the slider values. The user cannot drag the sliders further apart than this value. The default is no maximum. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public double MaximumRange { get; set; }
Visual Basic (Declaration)
Public Property MaximumRange As Double

See Also