Search
ConnectionPoint.Row Property
See Also
 





Gets the index of a constituent item within the associated node where the link represented by this connection point is connected, or -1, if the link is connected to the node itself.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual int Row { get; set; }

Visual Basic  Copy Code

Public Overridable Property Row As Integer

 Property Value

An integer ID of the related item, or -1 if the link connects to the node as integral entity.

 See Also