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


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