ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class / Step Property






In This Topic
    Step Property (Gauge)
    In This Topic
    Gets or sets the amount to add or subtract to the value property when the user presses the arrow keys.
    Syntax
    'Declaration
     
    
    Public Property Step As System.Double
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Double
     
    instance.Step = value
     
    value = instance.Step
    public System.double Step {get; set;}
    public read-write property Step: System.Double; 
    public function get,set Step : System.double
    public: __property System.double get_Step();
    public: __property void set_Step( 
       System.double value
    );
    public:
    property System.double Step {
       System.double get();
       void set (    System.double value);
    }
    See Also