Gets or sets the bounds of the node

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

Syntax

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

See Also