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

Properties

  NameDescription
Public propertyCanvas
The canvas currently used for measuring and drawing the graphical elements.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyGetNonOverlappingParentIndex
A function that determines between which child nodes a parent node will be placed if NoOverlaps is set to trueTruetruetrue (True in Visual Basic).
Public propertyHasCanvas
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyLevelSpacing
The spacing between a parent and its child node.
Public propertyNodeSpacing
The spacing between adjacent nodes or subtrees on the same level.
Public propertyNoOverlaps
Determines whether subtrees overlap with their parent nodes in the orthogonal direction to their Orientation.
Public propertyOrientation
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyTotalHeight
The total height of the tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.)
Public propertyTotalWidth
The total width of the tree layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.)

See Also