Accusoft.NotateXpress13.Net
HatchColor Property (PolygonTool)




Gets and sets the hatch color used by the polygon tool.
Syntax
public Color HatchColor {get; set;}
public: __property Color get_HatchColor();
public: __property void set_HatchColor( 
   Color value
);
public:
property Color HatchColor {
   Color get();
   void set (    Color value);
}
'Declaration
 
Public Property HatchColor As Color
 
'Usage
 
Dim instance As PolygonTool
Dim value As Color
 
instance.HatchColor = value
 
value = instance.HatchColor

Property Value

The System.Drawing.Color of the hatch.
See Also

Reference

PolygonTool Class
PolygonTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback