Wimark.Controls Class Library  

TreeNode.NodeFont Property

Gets or sets the font used to display the text on the tree node's label.

[Visual Basic]
Public Property NodeFont As Font 
[C#]
public Font NodeFont {get; set;}
[C++]
public: __property Font* get_NodeFont();
public: __property void set_NodeFont(Font*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeNode Class | TreeNode Members | Wimark.Controls Namespace