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