Class RadSlider
Inheritance
System.Object
RadSlider
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadSlider : RangeBase, IAutomationPeer, IPeerConverter, IRadSlider, IRangeBase, IControl, IFrameworkElement, ITargetElement
Constructors
RadSlider()
Declaration
public RadSlider()
Properties
BottomTickBar
HorizontalDecreaseHandle
HorizontalIncreaseHandle
HorizontalRangeEndThumb
HorizontalRangeMiddleThumb
HorizontalRangeStartThumb
HorizontalSingleThumb
IsSelectionRangeEnabled
Declaration
public bool IsSelectionRangeEnabled { get; }
Property Value
System.Boolean
|
Implements
LeftTickBar
MaximumRangeSpan
Declaration
public double MaximumRangeSpan { get; set; }
Property Value
System.Double
|
MinimumRangeSpan
Declaration
public double MinimumRangeSpan { get; set; }
Property Value
System.Double
|
Orientation
RightTickBar
SelectionEnd
Declaration
public double SelectionEnd { get; }
Property Value
System.Double
|
Implements
SelectionStart
Declaration
public double SelectionStart { get; }
Property Value
System.Double
|
Implements
TopTickBar
VerticalDecreaseHandle
VerticalIncreaseHandle
VerticalRangeEndThumb
VerticalRangeMiddleThumb
VerticalRangeStartThumb
VerticalSingleThumb
Methods
ClickOnPath(Int32)
Declaration
public void ClickOnPath(int offsetFromStart)
Parameters
System.Int32
offsetFromStart
|
Decrease()
Declaration
public void Decrease()
Decrease(Int32)
Declaration
public void Decrease(int numberOfClicks)
Parameters
System.Int32
numberOfClicks
|
Implements
DragBy(ThumbName, Int32)
Declaration
public void DragBy(ThumbName thumbName, int offset)
Parameters
ThumbName
thumbName
|
System.Int32
offset
|
DragToTick(ThumbName, Int32)
Declaration
public void DragToTick(ThumbName thumbName, int tickIndex)
Parameters
ThumbName
thumbName
|
System.Int32
tickIndex
|
Increase()
Declaration
public void Increase()
Increase(Int32)
Declaration
public void Increase(int numberOfClicks)
Parameters
System.Int32
numberOfClicks
|