Spread Windows Forms 12.0 Product Documentation
ShowText Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : ShowText Property
Gets or sets whether the percentage displays as text inside the progress indicator.
Syntax
'Declaration
 
Public Property ShowText As Boolean
'Usage
 
Dim instance As FpProgress
Dim value As Boolean
 
instance.ShowText = value
 
value = instance.ShowText
public bool ShowText {get; set;}

Property Value

true to display percentage value as text inside the progress indicator; false otherwise
See Also

Reference

FpProgress Class
FpProgress Members