GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree.TreeViewExWPF Class / ItemFontFamily Property





In This Topic
ItemFontFamily Property
In This Topic
Defines the font family used to display text nodes. Default used is Helvetica.
Syntax
'Declaration
 
Public Property ItemFontFamily As FontFamily
public FontFamily ItemFontFamily {get; set;}
public read-write property ItemFontFamily: FontFamily; 
public function get,set ItemFontFamily : FontFamily
public: __property FontFamily* get_ItemFontFamily();
public: __property void set_ItemFontFamily( 
   FontFamily* value
);
public:
property FontFamily^ ItemFontFamily {
   FontFamily^ get();
   void set (    FontFamily^ value);
}
See Also