Accusoft.NotateXpress13.Net
HatchStyle Property (ImageTool)




Gets and sets the hatch style used within the image annotation.
Syntax
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);
}
'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.
See Also

Reference

ImageTool Class
ImageTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback