Accusoft.NotateXpress13.Net
TextFont Property (ButtonToolbarDefaults)




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

Property Value

The text font.
See Also

Reference

ButtonToolbarDefaults Class
ButtonToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback