Gets and sets the hatch style used by the polygon tool.
public: __property HatchStyle get_HatchStyle();
public: __property void set_HatchStyle(
HatchStyle value
);
'Declaration
Public Property HatchStyle As HatchStyle
'Usage
Dim instance As PolygonTool
Dim value As HatchStyle
instance.HatchStyle = value
value = instance.HatchStyle
Property Value
The
HatchStyle to be used by the polygon tool.