Accusoft.NotateXpress13.Net
HatchColor Property (ImageTool)




Gets and sets the color of the hatch style used within the image annotation.
Syntax
'Declaration
 
Public Property HatchColor As Color
'Usage
 
Dim instance As ImageTool
Dim value As Color
 
instance.HatchColor = value
 
value = instance.HatchColor
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);
}

Property Value

A System.Drawing.Color value which represents the color of the hatch style.
See Also

Reference

ImageTool Class
ImageTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback