Spread Windows Forms 12.0 Product Documentation
TextStyle Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : TextStyle Property
Gets or sets how the text portion of the progress indicator is displayed.
Syntax
'Declaration
 
Public Property TextStyle As ProgressTextStyle
'Usage
 
Dim instance As FpProgress
Dim value As ProgressTextStyle
 
instance.TextStyle = value
 
value = instance.TextStyle
public ProgressTextStyle TextStyle {get; set;}

Property Value

ProgressTextStyle object containing the text appearance for the progress indicator
See Also

Reference

FpProgress Class
FpProgress Members