Search
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

A boolean value.

 See Also