The FlowLayoutModel<(Of <(<'TNode>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FlowLayoutModel<(Of <(<'TNode>)>)> |
Initializes a new instance with the same contents as another instance.
|
Methods
Name | Description | |
---|---|---|
Draw |
Displays the graph on the current Canvas.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..Draw()()()().) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNodePositions |
Retrieves an enumeration of the positions that a node is shown at.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..GetNodePositions(TNode).) | |
GetNodesAtPoint |
Checks which node is at a given location in the layout.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..GetNodesAtPoint(Int32, Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvalidateSizes |
Invalidates all stored sizes and positions of any graphical elements.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..InvalidateSizes()()()().) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Canvas |
The canvas currently used for measuring and drawing the graphical elements.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
EndLength |
The length of the final connection lines at the end of the flow graph.
| |
FlowLength |
Gets or sets the distance between two subsequent nodes in the flow graph along the flow direction.
| |
HasCanvas |
Indicates whether the layout model is currently connected with a Canvas.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
Orientation |
The orientation of the layout.
(Inherited from LayoutModel<(Of <(<'TNode, TCanvas>)>)>.) | |
ParallelSpacing |
The distance between two adjacent parallel subgraphs along the lateral direction.
| |
StartLength |
The length of the initial connection lines at the start of the flow graph.
| |
TotalHeight |
The total height of the flow graph.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalHeight.) | |
TotalWidth |
The total width of the flow graph.
(Overrides LayoutModel<(Of <(<'TNode, TCanvas>)>)>..::..TotalWidth.) |