Accusoft.NotateXpress13.Net
BevelShadowColor Property (ButtonToolbarDefaults)




Gets and sets the color of the left and top edges of a button annotation.
Syntax
'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.
Remarks
Button object.
See Also

Reference

ButtonToolbarDefaults Class
ButtonToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback