ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1RangeSlider Class / Maximum Property

In This Topic
    Maximum Property
    In This Topic
    Gets or sets the maximum possible value of the range element.
    Syntax
    'Declaration
     
    Public Property Maximum As Double
    public double Maximum {get; set;}
    See Also