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

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