Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    public double Increment {get; set;}
    See Also