The total width of the flow graph.

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

Syntax

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

Implements

ILayoutModelBase..::..TotalWidth

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionCanvas is currently nullNothingnullptra null reference (Nothing in Visual Basic).

See Also