The HierarchyLayoutModel<(Of <(<'TNode>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyAfterLevelSpacing
The spacing between a node and a subsequent node that is on a lower nesting depth.
Public propertyBeforeLevelSpacing
The spacing between a parent node and its first child node.
Public propertyCanvas
The canvas currently used for measuring and drawing the graphical elements.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyChildAlignment
Determines the alignment of child nodes compared to their parent nodes.
Public propertyHasCanvas
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyLevelIndentation
The indentation of a child node compared to its parent node orthogonally to the orientation axis.
Public propertyNodeSpacing
The spacing between adjacent nodes on the same level.
Public propertyOrientation
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyTotalHeight
The total height of the hierarchy tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.)
Public propertyTotalWidth
The total width of the hierarchy tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.)

See Also