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