ClassRangeSliderThumb
Represents a control with two Thumbs that can be dragged by the user.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RangeSliderThumb : SliderThumbBase
Inheritance: objectSliderThumbBaseRangeSliderThumb
Inherited Members
Constructors
RangeSliderThumb()
Declaration
public RangeSliderThumb()
Fields
AlternateThumbStyleProperty
Identifies the AlternateThumbStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateThumbStyleProperty
Field Value
DependencyProperty
MaximumRangeSpanProperty
Identifies the MaximumRangeSpan dependency property.
Declaration
public static readonly DependencyProperty MaximumRangeSpanProperty
Field Value
DependencyProperty
MiddleThumbStyleProperty
Identifies the MiddleThumbStyleProperty dependency property.
Declaration
public static readonly DependencyProperty MiddleThumbStyleProperty
Field Value
DependencyProperty
MinimumRangeSpanProperty
Identifies the MinimumRangeSpan dependency property.
Declaration
public static readonly DependencyProperty MinimumRangeSpanProperty
Field Value
DependencyProperty
RangeEndProperty
Identifies the RangeEnd dependency property.
Declaration
public static readonly DependencyProperty RangeEndProperty
Field Value
DependencyProperty
RangeStartProperty
Identifies the RangeStart dependency property.
Declaration
public static readonly DependencyProperty RangeStartProperty
Field Value
DependencyProperty
SelectedRangeChangedEvent
Identifies the RangeChanged routed event.
Declaration
public static readonly RoutedEvent SelectedRangeChangedEvent
Field Value
RoutedEvent
SelectedRangeProperty
Identifies the RangeProperty dependency property.
Declaration
public static readonly DependencyProperty SelectedRangeProperty
Field Value
DependencyProperty
Properties
AlternateThumbStyle
Gets or sets the style for the right Thumb of the RangeSliderThumb element.
Declaration
public Style AlternateThumbStyle { get; set; }
Property Value
Style
MaximumRangeSpan
Gets or sets the maximum value distance between SelectionStart and SelectionEnd.
MiddleThumbStyle
Gets or sets the style for the middle Thumb of the RangeSliderThumb element.
Declaration
public Style MiddleThumbStyle { get; set; }
Property Value
Style
MinimumRangeSpan
Gets or sets the minimum value distance between SelectionStart and SelectionEnd.
RangeEnd
Gets or sets the largest value of a specified range.
RangeStart
Gets or sets the smallest value of a specified range.
SelectedRange
Gets or sets the range - Start and End.
Declaration
public SelectionRange<double> SelectedRange { get; set; }
Property Value
The selection.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates new RangeSliderThumbAutomationPeer when needed.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnMaximumRangeSpanChanged(double, double)
Called when MaximumRangeSpan is changed.
OnMinimumRangeSpanChanged(double, double)
Called when MinimumRangeSpan is changed.
OnSelectedRangeChanged()
Called when SelectionRange event occurs.
Declaration
protected virtual void OnSelectedRangeChanged()
Events
SelectedRangeChanged
Occurs when the SelectedRange property has changed.
Declaration
public event RadRoutedEventHandler SelectedRangeChanged
Event Value