Accusoft.NotateXpress13.Net
PenWidth Property (RectangleTool)




Gets and sets the width of the pen used to draw the rectangle annotation.
Syntax
public int PenWidth {get; set;}
public: __property int get_PenWidth();
public: __property void set_PenWidth( 
   int value
);
public:
property int PenWidth {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property PenWidth As Integer
 
'Usage
 
Dim instance As RectangleTool
Dim value As Integer
 
instance.PenWidth = value
 
value = instance.PenWidth

Property Value

The width of the pen.
See Also

Reference

RectangleTool Class
RectangleTool Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback