In This Topic

FontName Property (AnnotationText)

In This Topic
The name of the font to be used to render the text.
Syntax
'Declaration
 
Public Shadows Property FontName As String
public new string FontName {get; set;}
public read-write property FontName: String; 
public hide function get,set FontName : String
public: __property new string* get_FontName();
public: __property new void set_FontName( 
   string* value
);
public:
new property String^ FontName {
   String^ get();
   void set (    String^ value);
}
See Also