Spread Windows Forms 12.0 Product Documentation
Minimum Property (FpProgress)


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

Property Value

Integer minimum value for the progress indicator
See Also

Reference

FpProgress Class
FpProgress Members