ASP.NET Pack Programmer's Guide
DiagramLink.DestinationAnchor Property
See Also
 





Gets or sets the index of the destination anchor point within the AnchorPattern that contains it.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int DestinationAnchor { get; set; }

Visual Basic  Copy Code

Public Property DestinationAnchor As Integer

 Property Value

An integer index of an anchor point within the AnchorPattern containing it.

 Remarks

Specifies the index of an anchor point contained within the Destination anchor pattern. The link is docked and stay connected to that point if the node is moved or resized.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
OriginAnchor Property
Diagram.DestinationAnchorChanged Event