Accusoft.NotateXpress13.Net
PenWidth Property (PolygonToolbarDefaults)




This property sets or returns the width of the pen used to draw the Polygon annotation.
Syntax
'Declaration
 
Public Property PenWidth As Integer
'Usage
 
Dim instance As PolygonToolbarDefaults
Dim value As Integer
 
instance.PenWidth = value
 
value = instance.PenWidth
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);
}

Property Value

The width of the pen.
See Also

Reference

PolygonToolbarDefaults Class
PolygonToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback