Retrieves the total height of the layout.
Namespace: TreeLayoutHelperAssembly: 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..::..TotalHeightExceptions
See Also