The horizontal position of the node.

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

Syntax

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

See Also