Gets and sets the font of the text used within the stamp annotation.
public Font TextFont {get; set;}
public: __property Font* get_TextFont();
public: __property void set_TextFont(
Font* value
);
'Declaration
Public Property TextFont As Font
'Usage
Dim instance As StampTool
Dim value As Font
instance.TextFont = value
value = instance.TextFont
Property Value
The
System.Drawing.Font for the stamp annotation text font.