Retrieves the total height of the layout.

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

Syntax

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

Exceptions

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

See Also