Gets and sets the color of the left and top edges of a button annotation.
'Declaration
Public Property BevelShadowColor As Color
'Usage
Dim instance As ButtonToolbarDefaults
Dim value As Color
instance.BevelShadowColor = value
value = instance.BevelShadowColor
public Color BevelShadowColor {get; set;}
public: __property Color get_BevelShadowColor();
public: __property void set_BevelShadowColor(
Color value
);
public:
property Color BevelShadowColor {
Color get();
void set ( Color value);
}
Property Value
The
System.Drawing.Color value which represents the color of the left and top edges of a button annotation.