The FlowLayoutModel<(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 propertyEndLength
The length of the final connection lines at the end of the flow graph.
Public propertyFlowLength
Gets or sets the distance between two subsequent nodes in the flow graph along the flow direction.
Public propertyHasCanvas
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyOrientation
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.)
Public propertyParallelSpacing
The distance between two adjacent parallel subgraphs along the lateral direction.
Public propertyStartLength
The length of the initial connection lines at the start of the flow graph.
Public propertyTotalHeight
The total height of the flow graph.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.)
Public propertyTotalWidth
The total width of the flow graph.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.)

See Also