Interface IRadSlider
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadSlider : IRangeBase, IControl, IFrameworkElement, ITargetElement
Properties
IsSelectionRangeEnabled
Declaration
bool IsSelectionRangeEnabled { get; }
Property Value
System.Boolean
|
Orientation
SelectionEnd
Declaration
double SelectionEnd { get; }
Property Value
System.Double
|
SelectionStart
Declaration
double SelectionStart { get; }
Property Value
System.Double
|
Methods
Decrease(Int32)
Declaration
void Decrease(int numberOfClicks)
Parameters
System.Int32
numberOfClicks
|
Increase(Int32)
Declaration
void Increase(int numberOfClicks)
Parameters
System.Int32
numberOfClicks
|