The vertical position of the node.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int Y { get; }
Visual Basic
Public ReadOnly Property Y As Integer
	Get
Visual C++
public:
property int Y {
	int get ();
}
J#
/** @property */
public int get_Y()
JScript
function get Y () : int
JavaScript
function get_Y();

See Also