Gets and sets the hatch style used within the image annotation.
public: __property HatchStyle get_HatchStyle();
public: __property void set_HatchStyle(
HatchStyle value
);
'Declaration
Public Property HatchStyle As HatchStyle
'Usage
Dim instance As ImageTool
Dim value As HatchStyle
instance.HatchStyle = value
value = instance.HatchStyle
Property Value
The
HatchStyle enumeration value which represents the hatch style used within the image annotation.