Members of this enumeration can be assigned to the Type property of the TreeLayout class to specify the type of tree layout to apply to the diagram.
SyntaxVB6
Copy Code
|
|---|
Public Enum ETreeLayoutType |
C++
Copy Code
|
|---|
enum ETreeLayoutType |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
tltBorderAligned |
0 | Specifies bordered layout. |
![]() |
tltCentralized |
1 | Specifies centered layout. |
![]() |
tltRadial |
2 | Specifies radial layout. |
See Also