NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreeNode.NodeFont

The font that will be used to draw this node If null, the font used will be the default font from the TreeView control that this node is attached to. NOTE: If the node font is larger than the default font from the TreeView control, then the node will be clipped.

[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*);
[JScript]
public function get NodeFont() : Font;
public function set NodeFont(Font);

See Also

TreeNode Class | TreeNode Members | System.WinForms Namespace