MindFusion.Diagramming for Universal Windows Programmer's Guide
ConnectionPoint.Incoming Property
See Also
 






Gets a flag indicating whether this connection point is at the origin or the destination of the associated link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool Incoming { get; }

Visual Basic  Copy Code

Protected ReadOnly Property Incoming As Boolean

 Property Value

true if the connection point is at the origin of the associated link, otherwise false.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace