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


The members of this enumeration specify how a node is attached to a link. These constants can be used as parameters of the attachTo method of the DiagramNode class.

The following tables list the members exposed by the AttachToLink type.

 Public Constructors

  Name Description

AttachToLink

Initializes a new instance of the AttachToLink class.

 Public Fields

  Name Description

LongestHSegment

The node is attached to and follows the longest horizontal segment of the link.

Point

The node is attached to and follows the specified control point of the link.

Segment

The node is attached to and follows the specified segment of the link.

 See Also

AttachToLink Class
com.mindfusion.diagramming Namespace