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#
public abstract int TotalWidth { get; }
Visual Basic
Public MustOverride ReadOnly Property TotalWidth As Integer
	Get
Visual C++
public:
virtual property int TotalWidth {
	int get () abstract;
}
J#
/** @property */
public abstract int get_TotalWidth()
JScript
abstract function get TotalWidth () : int
JavaScript
function get_TotalWidth();

Implements

ILayoutModelBase..::..TotalWidth

Exceptions

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

See Also