Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / ForeColor Property


In This Topic
ForeColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the text.
Syntax
'Declaration
 
Public Property ForeColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor

Property Value

The color of the fore.
See Also