ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBar Class / MaxValue Property

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