ComponentOne FinancialChart for WPF
Delay Property (C1RangeSlider)



C1.WPF Namespace > C1RangeSlider Class : Delay Property
Gets or sets the time, in milliseconds, the RepeatButtons (at the left of the LowerThumb and at the right of the UpperThumb) wait when they are pressed before they start repeating the click action.
Syntax
'Declaration
 
Public Property Delay As Integer
'Usage
 
Dim instance As C1RangeSlider
Dim value As Integer
 
instance.Delay = value
 
value = instance.Delay
public int Delay {get; set;}
public:
property int Delay {
   int get();
   void set (    int value);
}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members