MindFusion.Wpf Pack Programmer's Guide
DiagramLink.DestinationIndex Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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, with this property you can 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

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace
OriginIndex Property