FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonTrackBar Class / Maximum Property

In This Topic
    Maximum Property (RibbonTrackBar)
    In This Topic
    Gets or sets the maximum value of the track bar range.
    Syntax
    'Declaration
     
    Public Property Maximum As System.Integer
    public System.int Maximum {get; set;}
    See Also