Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonNumericBox Class / Increment Property

In This Topic
    Increment Property (RibbonNumericBox)
    In This Topic
    Gets or sets the amount by which the Value property changes when the users presses the up and down keys.
    Syntax
    'Declaration
     
    
    Public Property Increment As Decimal
    public decimal Increment {get; set;}
    See Also