ForeColor Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
Property ForeColor As Color
'Usage
Dim instance As IElement
Dim value As Color
instance.ForeColor = value
value = instance.ForeColor
Color ForeColor {get; set;}
See Also