Gets and sets the color of the text used to display text on the button annotation.
'Declaration
Public Property BevelLightColor As Color
'Usage
Dim instance As ButtonToolbarDefaults
Dim value As Color
instance.BevelLightColor = value
value = instance.BevelLightColor
public Color BevelLightColor {get; set;}
public: __property Color get_BevelLightColor();
public: __property void set_BevelLightColor(
Color value
);
public:
property Color BevelLightColor {
Color get();
void set ( Color value);
}
Property Value
A
System.Drawing.Color which represents the color value set.