ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class / Interval Property

In This Topic
    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 System.Integer
    public System.int Interval {get; set;}
    See Also