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
SyntaxC#
Copy Code
|
|---|
public double MinimumRangeSpan { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinimumRangeSpan As Double |
A double value specifying the minimum possible range.
RemarksThis property is relevant only when IsSelectionRangeEnabled is set to true.
See Also