Gets or sets the index of the destination anchor point within the AnchorPattern that contains it.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int AnchorPointIndex { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AnchorPointIndex As Integer |
An integer value representing the index of the destination anchor point.
See Also