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