ClassRadSlider
Represents the Silverlight RadSlider control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadSlider : RangeBase, IAutomationPeer, IPeerConverter, IRadSlider, IRangeBase, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRangeBaseRadSlider
Implements:
Inherited Members
Constructors
RadSlider()
Initializes a new instance of the RadSlider class.
Declaration
public RadSlider()
Properties
BottomTickBar
Get the BottomTickBar of the slider.
HorizontalDecreaseHandle
Get the HorizontalDecreaseHandle of the Slider.
Declaration
public RepeatButton HorizontalDecreaseHandle { get; }
Property Value
HorizontalIncreaseHandle
Get the HorizontalIncreaseHandle of the Slider.
Declaration
public RepeatButton HorizontalIncreaseHandle { get; }
Property Value
HorizontalRangeEndThumb
Get the HorizontalRangeEndThumb of the Slider.
HorizontalRangeMiddleThumb
Get the HorizontalRangeMiddleThumb of the Slider.
HorizontalRangeStartThumb
Get the HorizontalRangeStartThumb of the Slider.
HorizontalSingleThumb
Get the HorizontalSingleThumb of the Slider.
IsSelectionRangeEnabled
Get the 'IsSelectionRangeEnabled' value via automation property.
Declaration
public bool IsSelectionRangeEnabled { get; }
Property Value
Implements
LeftTickBar
Get the LeftTickBar of the slider.
MaximumRangeSpan
Get or set the 'MaximumRangeSpan' value via automation property.
MinimumRangeSpan
Get or set the 'MinimumRangeSpan' value via automation property.
Orientation
Get the Slider orientation type, either 'Horizontal' or 'Vertical'.
Declaration
public Orientation Orientation { get; }
Property Value
Implements
RightTickBar
Get the RightTickBar of the slider.
SelectionEnd
Get the 'SelectionEnd' value via automation property.
SelectionStart
Get the 'SelectionStart' value via automation property.
Declaration
public double SelectionStart { get; }
Property Value
Implements
TopTickBar
Get the TopTickBar of the slider.
VerticalDecreaseHandle
Get the VerticalDecreaseHandle of the Slider.
Declaration
public RepeatButton VerticalDecreaseHandle { get; }
Property Value
VerticalIncreaseHandle
Get the VerticalIncreaseHandle of the Slider.
Declaration
public RepeatButton VerticalIncreaseHandle { get; }
Property Value
VerticalRangeEndThumb
Get the VerticalRangeEndThumb of the Slider.
VerticalRangeMiddleThumb
Get the VerticalRangeMiddleThumb of the Slider.
VerticalRangeStartThumb
Get the VerticalRangeStartThumb of the Slider.
VerticalSingleThumb
Get the VerticalSingleThumb of the Slider.
Methods
ClickOnPath(int)
Click on the path of the RadSlider.
Declaration
public void ClickOnPath(int offsetFromStart)
Parameters
offsetFromStart
The offset from the start of the RadSlider.
Decrease()
Simulates clicking on decrease handle parameters.
Declaration
public void Decrease()
Decrease(int)
Simulates clicking on decrease handle parameters.
Declaration
public void Decrease(int numberOfClicks)
Parameters
numberOfClicks
Number of handle clicks.
Implements
DragBy(ThumbName, int)
Draging of the thumbs. Checks orientation of slider.
DragToTick(ThumbName, int)
Drag of the thumbs to a tick.
Increase()
Simulates clicking on increase handle parameters.
Declaration
public void Increase()
Increase(int)
Simulates clicking on increase handle parameters.
Declaration
public void Increase(int numberOfClicks)
Parameters
numberOfClicks
Number of handle clicks.
Implements