Interval Property (C1RangeSlider)
In This Topic
Gets or sets the time, in milliseconds, between repetitions of the click action, as soon as repeating starts (for the RepeatButtons at the left of the LowerThumb and at the right of the UpperThumb).
Syntax
'Declaration
Public Property Interval As Integer
'Usage
Dim instance As C1RangeSlider
Dim value As Integer
instance.Interval = value
value = instance.Interval
public int Interval {get; set;}
public:
property int Interval {
int get();
void set ( int value);
}
See Also