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