The LayoutModel<(Of <(<'TNode, TCanvas>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LayoutModel<(Of <(<'TNode, TCanvas>)>)>()()()() |
Initializes a new instance.
| |
LayoutModel<(Of <(<'TNode, TCanvas>)>)>(LayoutModel<(Of <<'(TNode, TCanvas>)>>)) |
Initializes a new instance based on the settings of an existing instance.
|
Methods
Name | Description | |
---|---|---|
Draw |
Displays the layout based on the current settings.
| |
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.
| |
GetNodesAtPoint |
Checks which node is at a given location in the layout.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvalidateSizes |
Invalidates all stored sizes and positions of any graphical elements.
| |
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.
| |
HasCanvas |
Indicates whether the layout model is currently connected with a Canvas.
| |
Orientation |
The orientation of the layout.
| |
TotalHeight |
Retrieves the total height of the layout.
| |
TotalWidth |
Retrieves the total width of the layout.
|