Gets and sets the color of the text used to display text on the button annotation.
'Declaration
Public Property TextColor As Color
'Usage
Dim instance As ButtonToolbarDefaults
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
A
System.Drawing.Color value which represents the color used to display text on the button annotation.