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






In This Topic
    Step Property (InputNumber)
    In This Topic
    Gets or sets the amount to add or subtract to the Value property when the user clicks the spinner buttons.
    Syntax
    'Declaration
     
    
    Public Property Step As System.Double
    'Usage
     
    
    Dim instance As InputNumber
    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