Accusoft.NotateXpress13.Net
PenColor Property (PolygonToolbarDefaults)




This property sets or returns the color of the pen used to draw the border around the Polygon annotation .
Syntax
'Declaration
 
Public Property PenColor As Color
'Usage
 
Dim instance As PolygonToolbarDefaults
Dim value As Color
 
instance.PenColor = value
 
value = instance.PenColor
public Color PenColor {get; set;}
public: __property Color get_PenColor();
public: __property void set_PenColor( 
   Color value
);
public:
property Color PenColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the pen.
See Also

Reference

PolygonToolbarDefaults Class
PolygonToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback