Accusoft.NotateXpress13.Net
BevelLightColor Property (ButtonToolbarDefaults)




Gets and sets the color of the text used to display text on the button annotation.
Syntax
'Declaration
 
Public Property BevelLightColor As Color
'Usage
 
Dim instance As ButtonToolbarDefaults
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

A System.Drawing.Color which represents the color value set.
See Also

Reference

ButtonToolbarDefaults Class
ButtonToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback