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

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