Search
LinkValidationEventArgs.AnchorIndex Property
See Also
 





Gets the anchor point related to a link validation event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int AnchorIndex { get; }

Visual Basic  Copy Code

Public ReadOnly Property AnchorIndex As Integer

 Property Value

An integer value specifying the index of an anchor point within an AnchorPattern.

 See Also