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

In This Topic
    Interval Property (C1RadialNumericItem)
    In This Topic
    Value interval to generate items if Items collection is empty.
    Syntax
    'Declaration
     
    Public Property Interval As System.Double
    public System.double Interval {get; set;}
    See Also