Accusoft.NotateXpress13.Net
TextColor Property (TextTool)




Gets and sets the color of the text used within the text annotation.
Syntax
'Declaration
 
Public Property TextColor As Color
'Usage
 
Dim instance As TextTool
Dim value As Color
 
instance.TextColor = value
 
value = instance.TextColor
public Color TextColor {get; set;}
public: __property Color get_TextColor();
public: __property void set_TextColor( 
   Color value
);
public:
property Color TextColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the text.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback