Accusoft.NotateXpress13.Net
BevelShadowColor Property (ButtonTool)




Gets and sets the color of the right and bottom edges of a button annotation.
Syntax
'Declaration
 
Public Property BevelShadowColor As Color
'Usage
 
Dim instance As ButtonTool
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 set.
Remarks

The BevelShadowColor is the color value of the bottom and right bevel edges of a Button object.

See Also

Reference

ButtonTool Class
ButtonTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback