TextForegroundColor Property
Summary
Gets or sets the text foreground color.
Syntax
public Color TextForegroundColor { get; set; }
Public Property TextForegroundColor As Color
public:
property Color TextForegroundColor {
Color get();
void set ( Color );
}
Property Value
A Color indicating the foreground color of the information text.