In This Topic
Gets or sets the color that is used to draw all text associated with this widget.
Syntax
'Declaration
Public Property TextColor As Color
'Usage
Dim instance As Field
Dim value As Color
instance.TextColor = value
value = instance.TextColor
public Color TextColor {get; set;}
public: __property Color get_TextColor();
public: __property void set_TextColor(
Color value
);
public:
property Color TextColor {
Color get();
void set ( Color value);
}
Property Value
An array of text color.
See Also