ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonProgressBar Class / Maximum Property

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