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

In This Topic
    Min Property (C1Slider)
    In This Topic
    A value indicates the minimum value of the slider.
    Syntax
    'Declaration
     
    Public Property Min As System.Integer
    public System.int Min {get; set;}
    See Also