Accusoft.NotateXpress13.Net
TextColor Property (NoteToolbarDefaults)




Gets and sets the color of the text used within the note annotation.
Syntax
'Declaration
 
Public Property TextColor As Color
'Usage
 
Dim instance As NoteToolbarDefaults
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 System.Drawing.Color of the note annotation text.
Remarks

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

See Also

Reference

NoteToolbarDefaults Class
NoteToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback