Gets a flag indicating whether this connection point is at the origin or the destination of the associated link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected bool Incoming { get; } |
Visual Basic
Copy Code
|
|---|
Protected ReadOnly Property Incoming As Boolean |
See Also