ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Slider Namespace / C1Slider Class / Step Property

In This Topic
    Step Property (C1Slider)
    In This Topic
    A value indicates the size or amount of each interval or step the slider takes between min and max. The full specified value range of the slider (max - min) needs to be evenly divisible by the step.
    Syntax
    'Declaration
     
    Public Property Step As System.Integer
    public System.int Step {get; set;}
    See Also