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