Accusoft.NotateXpress13.Net
BackStyle Property (RectangleTool)




Gets and sets the style of the background used within the rectangle annotation.
Syntax
public BackStyle BackStyle {get; set;}
public: __property BackStyle get_BackStyle();
public: __property void set_BackStyle( 
   BackStyle value
);
public:
property BackStyle BackStyle {
   BackStyle get();
   void set (    BackStyle value);
}
'Declaration
 
Public Property BackStyle As BackStyle
 
'Usage
 
Dim instance As RectangleTool
Dim value As BackStyle
 
instance.BackStyle = value
 
value = instance.BackStyle

Property Value

The BackStyle used on the rectangle annotation.
See Also

Reference

RectangleTool Class
RectangleTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback