Retrieves the total width of the layout.

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

Syntax

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

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThe total width cannot be computed based on the current settings.

See Also