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

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