Accusoft.NotateXpress13.Net
HatchStyle Property (PolygonTool)




Gets and sets the hatch style used by the polygon tool.
Syntax
'Declaration
 
Public Property HatchStyle As HatchStyle
'Usage
 
Dim instance As PolygonTool
Dim value As HatchStyle
 
instance.HatchStyle = value
 
value = instance.HatchStyle
public HatchStyle HatchStyle {get; set;}
public: __property HatchStyle get_HatchStyle();
public: __property void set_HatchStyle( 
   HatchStyle value
);
public:
property HatchStyle HatchStyle {
   HatchStyle get();
   void set (    HatchStyle value);
}

Property Value

The HatchStyle to be used by the polygon tool.
See Also

Reference

PolygonTool Class
PolygonTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback