Spread Windows Forms 12.0 Product Documentation
FillTextColor Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : FillTextColor Property
Gets or sets the color of the text of the progress indicator.
Syntax
'Declaration
 
Public Property FillTextColor As Color
'Usage
 
Dim instance As FpProgress
Dim value As Color
 
instance.FillTextColor = value
 
value = instance.FillTextColor
public Color FillTextColor {get; set;}

Property Value

Color object containing the color of text in the fill area
See Also

Reference

FpProgress Class
FpProgress Members