Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / Step Property


In This Topic
    Step Property
    In This Topic
    Gets or sets a value that determines the intervals the Value can be set when the user interacts directly with the control. For instance if Step=25 the possible values will be 0,25,50,75,100.
    Syntax
    'Declaration
     
    
    Public Property Step As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Step = value
     
    value = instance.Step
    public double Step {get; set;}
    See Also