GdPicture.NET.14
GdPicture14 Namespace / BookmarksTree Class / FontName Property





In This Topic
FontName Property (BookmarksTree)
In This Topic
Defines the name of the font used to display text nodes. Default value is Helvetica.
Syntax
'Declaration
 
Public Property FontName As String
public string FontName {get; set;}
public read-write property FontName: String; 
public function get,set FontName : String
public: __property string* get_FontName();
public: __property void set_FontName( 
   string* value
);
public:
property String^ FontName {
   String^ get();
   void set (    String^ value);
}
See Also