Accusoft.NotateXpress13.Net
BackColor Property (RulerTool)




Gets and sets the color of the background displayed behind the text showing the length of the ruler annotation.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As RulerTool
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 of the background.
See Also

Reference

RulerTool Class
RulerTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback