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





Gets or sets a value indicating whether the slider is used to select range of values or a single value. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsSelectionRangeEnabled { get; set; }

Visual Basic  Copy Code

Public Property IsSelectionRangeEnabled As Boolean

 Property Value

true to enable selection of range of values; false to enable selection of single values.

 Remarks

When selecting a range of values, this range is defined by the SelectionStart and SelectionEnd properties. When selecting a single value, this value is specified through the Value property.

 See Also

Slider Members
Slider Class
MindFusion.UI.Wpf Namespace