The total width 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 TotalWidth { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property TotalWidth As Integer
Get |
Visual C++ |
---|
public:
virtual property int TotalWidth {
int get () override;
} |
J# |
---|
/** @property */
public int get_TotalWidth()
|
JScript |
---|
override function get TotalWidth () : int
|
JavaScript |
---|
function get_TotalWidth();
|
Implements
ILayoutModelBase..::..TotalWidthExceptions
See Also