Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public Font NodeFont { get; set; }
Visual Basic (Declaration)
Public Property NodeFont As Font
Visual C++
public:
property Font^ NodeFont {
	Font^ get ();
	void set (Font^ value);
}

See Also