Gets the location of the node

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

Syntax

C#
public Point Location { get; }
Visual Basic (Declaration)
Public ReadOnly Property Location As Point
Visual C++
public:
property Point Location {
	Point get ();
}

See Also