Accusoft.NotateXpress13.Net
BackColor Property (ButtonTool)




Gets and sets the color of the backgroud used within the button annotation.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As ButtonTool
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}
public: __property Color get_BackColor();
public: __property void set_BackColor( 
   Color value
);
public:
property Color BackColor {
   Color get();
   void set (    Color value);
}

Property Value

The System.Drawing.Color value set.
See Also

Reference

ButtonTool Class
ButtonTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback