ComponentOne FinancialChart for WPF
Delay Property (C1NumericBox)



C1.WPF Namespace > C1NumericBox Class : Delay Property
Gets or sets the delay for the Increase and Decrease buttons.
Syntax
'Declaration
 
Public Property Delay As Integer
'Usage
 
Dim instance As C1NumericBox
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

C1NumericBox Class
C1NumericBox Members