The width of the node.

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

Syntax

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

See Also