Defines values specifying the possible ways to attach a node to another node.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public enum AttachToNode |
Visual Basic Copy Code |
---|
Public Enum AttachToNode |
Member name | Description | |
---|---|---|
BottomCenter |
The node follows the bottom-center point of the master node. |
|
BottomLeft |
The node follows the bottom-left corner of the master node. |
|
BottomRight |
The node follows the bottom-right corner of the master node. |
|
MiddleLeft |
The node follows the middle-left point of the master node. |
|
MiddleRight |
The node follows the middle-right point of the master node. |
|
TopCenter |
The node follows the top-center point of the master node. |
|
TopLeft |
The node follows the top-left corner of the master node. |
|
TopRight |
The node follows the top-right corner of the master node. |
Members of this enumeration are used as values for the attType argument of the AttachTo method of the DiagramNode class.