ComponentOne Basic Library for WPF and Silverlight
Interval Property (C1RangeSlider)


C1.WPF Namespace > C1RangeSlider Class : Interval Property
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 System.Integer
'Usage
 
Dim instance As C1RangeSlider
Dim value As System.Integer
 
instance.Interval = value
 
value = instance.Interval
public System.int Interval {get; set;}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members