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.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public bool IsSelectionRangeEnabled { get; set; } |
Visual Basic
![]() |
---|
Public Property IsSelectionRangeEnabled As Boolean |
true to enable selection of range of values; false to enable selection of single values.
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.