ASP.NET Pack Programmer's Guide
AttachToNode Members
Constructors Fields
 


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.

 Public Constructors

  Name Description

AttachToNode

Initializes a new instance of the AttachToNode class.

 Public Fields

  Name Description

BottomCenter

The attached node follows the bottom-center point of the master node.

BottomLeft

The attached node follows the bottom-left point of the master node.

BottomRight

The attached node follows the bottom-right point of the master node.

MiddleLeft

The attached node follows the middle-left point of the master node.

MiddleRight

The attached node follows the middle-right point of the master node.

TopCenter

The attached node follows the top-center point of the master node.

TopLeft

The attached node follows the top-left point of the master node.

TopRight

The attached node follows the top-right point of the master node.

 See Also

AttachToNode Class
com.mindfusion.diagramming Namespace