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


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