Accusoft.NotateXpress13.Net
HatchColor Property (TextTool)




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

Property Value

The color of the hatch.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback