Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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 Integer
    public int Interval {get; set;}
    See Also