Gets or sets the row to which this link should be connected when the origin node is a table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int OriginRow { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OriginRow As Integer |
The integer value specifying the row's index.
See Also