Class ConnectionPointType
Connection point types.
Inheritance
System.Object
ConnectionPointType
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class ConnectionPointType : Enum
Fields
Incoming
Specifies whether port accepts incoming connections.
Declaration
public const ConnectionPointType Incoming
Field Value
| Type |
|---|
| ConnectionPointType |
IncomingOutgoing
Specifies whether port accepts outgoing and incoming connections.
Declaration
public const ConnectionPointType IncomingOutgoing
Field Value
| Type |
|---|
| ConnectionPointType |
Outgoing
Specifies whether port accepts outgoing connections.
Declaration
public const ConnectionPointType Outgoing
Field Value
| Type |
|---|
| ConnectionPointType |
Reject
Specifies whether the port rejects the incoming/outgoing connections or not.
Declaration
public const ConnectionPointType Reject
Field Value
| Type |
|---|
| ConnectionPointType |