Accusoft.NotateXpress13.Net
BevelLightColor Property (ButtonTool)




Gets and sets the color of the left and top edges of a button annotation.
Syntax
'Declaration
 
Public Property BevelLightColor As Color
'Usage
 
Dim instance As ButtonTool
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

The System.Drawing.Color value set.
Remarks

The BevelLightColor is the color value of the left and top bevel edges of a Button object.

See Also

Reference

ButtonTool Class
ButtonTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback