The members of this enumeration specify how a node is attached to another node. These constants can be used as parameters of the attachTo method of the DiagramNode class.
The following tables list the members exposed by the AttachToNode type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the AttachToNode class. |
Name | Description | |
---|---|---|
![]() ![]() |
The attached node follows the bottom-center point of the master node. |
|
![]() ![]() |
The attached node follows the bottom-left point of the master node. |
|
![]() ![]() |
The attached node follows the bottom-right point of the master node. |
|
![]() ![]() |
The attached node follows the middle-left point of the master node. |
|
![]() ![]() |
The attached node follows the middle-right point of the master node. |
|
![]() ![]() |
The attached node follows the top-center point of the master node. |
|
![]() ![]() |
The attached node follows the top-left point of the master node. |
|
![]() ![]() |
The attached node follows the top-right point of the master node. |