MindFusion.Wpf Pack Programmer's Guide
Slider.MinimumRangeSpan Property
See Also
 





Gets or sets the minimum allowed interval for the value range selected in the slider. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public double MinimumRangeSpan { get; set; }

Visual Basic  Copy Code

Public Property MinimumRangeSpan As Double

 Property Value

A double value specifying the minimum possible range.

 Remarks

This property is relevant only when IsSelectionRangeEnabled is set to true.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace