Spread Windows Forms 12.0 Product Documentation
Maximum Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : Maximum Property
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;}

Property Value

Integer maximum value for the progress indicator
See Also

Reference

FpProgress Class
FpProgress Members