ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ProgressBarElement Class / Maximum Property

In This Topic
    Maximum Property (ProgressBarElement)
    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