ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeTagHelper Class / Step Property

In This Topic
    Step Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.Step. Sets the amount to add or subtract to the value property when the user presses the arrow keys.
    Syntax
    'Declaration
     
    Public Property Step As Double
    public double Step {get; set;}
    See Also