Spread Windows Forms 12.0 Product Documentation
Value Property (FpProgress)


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

Property Value

Integer value to display
See Also

Reference

FpProgress Class
FpProgress Members