Accusoft.NotateXpress13.Net
TextFont Property (NoteToolbarDefaults)




Gets and sets the font of the text used within the note annotation.
Syntax
'Declaration
 
Public Property TextFont As Font
'Usage
 
Dim instance As NoteToolbarDefaults
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
public Font TextFont {get; set;}
public: __property Font* get_TextFont();
public: __property void set_TextFont( 
   Font* value
);
public:
property Font^ TextFont {
   Font^ get();
   void set (    Font^ value);
}

Property Value

A System.Drawing.Font which represents the font of the text used on the note annotation.
Remarks

The default value is Arial, 9, Bold.

See Also

Reference

NoteToolbarDefaults Class
NoteToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback