Accusoft.NotateXpress13.Net
TextColor Property (ButtonTool)




Gets and sets the color of the text used to display text on the button annotation.
Syntax
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);
}
'Declaration
 
Public Property TextColor As Color
 
'Usage
 
Dim instance As ButtonTool
Dim value As Color
 
instance.TextColor = value
 
value = instance.TextColor

Property Value

A System.Drawing.Color which represents the color value set.
Remarks

The default value is System.Drawing.Color.Black.

See Also

Reference

ButtonTool Class
ButtonTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback