The total height of the tree layout.

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

Syntax

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

Implements

ILayoutModelBase..::..TotalHeight

Exceptions

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

See Also