Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpProgress Class / Value Property


In This Topic
    Value Property (FpProgress)
    In This Topic
    Gets or sets the current value of the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property Value As Integer
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    public int Value {get; set;}
    See Also