The horizontal position of the node's right edge.

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

Syntax

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

See Also