Search
DiagramLink.DestinationIndex Property
See Also
 





Gets or sets the index of link's destination anchor point or table row.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int DestinationIndex { get; set; }

Visual Basic  Copy Code

Public Property DestinationIndex As Integer

 Property Value

An integer value specifying the index of table's row or the index of an anchor point within its containing AnchorPattern.

 Remarks

If a link's destination is a shape node, this property lets you get or set  the index of an anchor point at which the link docks to the node. If there is no AnchorPattern defined for the destination node, the property returns -1. If the link is connected to a table, the property returns or changes the related row of that table.

 See Also