The TreeLayoutModel<(Of <(<'TNode>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Canvas |
The canvas currently used for measuring and drawing the graphical elements.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) |
![]() | GetNonOverlappingParentIndex |
A function that determines between which child nodes a parent node will be placed if NoOverlaps is set to trueTruetruetrue (True in Visual Basic).
|
![]() | HasCanvas |
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) |
![]() | LevelSpacing |
The spacing between a parent and its child node.
|
![]() | NodeSpacing |
The spacing between adjacent nodes or subtrees on the same level.
|
![]() | NoOverlaps |
Determines whether subtrees overlap with their parent nodes in the orthogonal direction to their Orientation.
|
![]() | Orientation |
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) |
![]() | TotalHeight |
The total height of the tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.) |
![]() | TotalWidth |
The total width of the tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.) |