Enum ConnectionPointType
Connection point types.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum ConnectionPointType
Fields
| Name | Description |
|---|---|
| Incoming | Specifies whether port accepts incoming connections. |
| IncomingOutgoing | Specifies whether port accepts outgoing and incoming connections. |
| Outgoing | Specifies whether port accepts outgoing connections. |
| Reject | Specifies whether the port rejects the incoming/outgoing connections or not. |