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

In This Topic
    Value Property (C1Slider)
    In This Topic
    A value indicates the value of the slider, if there's only one handle. If there is more than one handle, determines the value of the first handle.
    Syntax
    'Declaration
     
    Public Property Value As System.Integer
    public System.int Value {get; set;}
    See Also