Retrieves the total width of the layout.
Namespace: TreeLayoutHelperAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public abstract int TotalWidth { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property TotalWidth As Integer
Get |
Visual C++ |
---|
public:
virtual property int TotalWidth {
int get () abstract;
} |
J# |
---|
/** @property */
public abstract int get_TotalWidth()
|
JScript |
---|
abstract function get TotalWidth () : int
|
JavaScript |
---|
function get_TotalWidth();
|
Implements
ILayoutModelBase..::..TotalWidthExceptions
See Also