InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ProgressBarElement Class / Value Property

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