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

Implements

ILayoutModelBase..::..TotalHeight

Exceptions

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

See Also