Gets or sets the maximum allowed interval for the value range selected in the slider. This is a dependency property.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public double MaximumRangeSpan { get; set; } |
Visual Basic
![]() |
---|
Public Property MaximumRangeSpan As Double |
A double value specifying the maximum possible range.
This property is relevant only when IsSelectionRangeEnabled is set to true.