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





In This Topic
FontName Property (BookmarksTree)
In This Topic
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