TickBar::IsSelectionRangeEnabled Property
.NET Framework (current version)
Gets or sets whether the TickBar displays a selection range.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsSelectionRangeEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if a selection range is displayed; otherwise, false. The default value is false.
The SelectionStart and SelectionEnd properties define a selection range. These properties must be set for the selection range to appear when IsSelectionRangeEnabled is set to true.
The following illustration shows a Slider control that contains a TickBar that has a selection range defined.

Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: