ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / Interval Property

In This Topic
    Interval Property (C1NumericBox)
    In This Topic
    Gets or sets the interval for the Increase and Decrease buttons.
    Syntax
    'Declaration
     
    Public Property Interval As System.Integer
    public System.int Interval {get; set;}
    See Also