The total height of the tree layout.
Namespace: TreeLayoutHelper.TreeLayoutAssembly: 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..::..TotalHeightExceptions
See Also