The HierarchyLayoutModel<(Of <(<'TNode>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
AfterLevelSpacing |
The spacing between a node and a subsequent node that is on a lower nesting depth.
| |
BeforeLevelSpacing |
The spacing between a parent node and its first child node.
| |
Canvas |
The canvas currently used for measuring and drawing the graphical elements.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
ChildAlignment |
Determines the alignment of child nodes compared to their parent nodes.
| |
HasCanvas |
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
LevelIndentation |
The indentation of a child node compared to its parent node orthogonally to the orientation axis.
| |
NodeSpacing |
The spacing between adjacent nodes on the same level.
| |
Orientation |
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
TotalHeight |
The total height of the hierarchy tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.) | |
TotalWidth |
The total width of the hierarchy tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.) |