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



In This Topic
    Increment Property
    In This Topic
    Gets or sets the increment applied when the user pressed the up/down arrow keys.
    Syntax
    'Declaration
     
    
    Public Property Increment As Double
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim value As Double
     
    instance.Increment = value
     
    value = instance.Increment
    public double Increment {get; set;}
    public:
    property double Increment {
       double get();
       void set (    double value);
    }
    See Also