ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / Delay Property



In This Topic
    Delay Property (C1NumericBox)
    In This Topic
    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