Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / TextStyle Property


In This Topic
TextStyle Property (ProgressCellType)
In This Topic
Gets or sets how the text portion of the progress indicator is displayed.
Syntax
'Declaration
 
Public Property TextStyle As ProgressTextStyle
 
'Usage
 
Dim instance As ProgressCellType
Dim value As ProgressTextStyle
 
instance.TextStyle = value
 
value = instance.TextStyle
See Also