Gets or sets the index of link's destination anchor point or table row.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public int DestinationIndex { get; set; } |
Visual Basic Copy Code |
---|
Public Property DestinationIndex As Integer |
An integer value specifying the index of table's row or the index of an anchor point within its containing AnchorPattern.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |