Gets the DiagramLink at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The zero-based index of the link to get.
An instance of the DiagramLink class that represents the link at the specified position.
See Also