Enum ConnectorState
Flags that indicates state of connection.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
[Flags]
public enum ConnectorState
Remarks
Primarily used by tools to indicate whether cloned orthogonal node can merge its control points and whether its endPoints are connected.
Fields
| Name | Description |
|---|---|
| Default | Indicates the default behavior. |
| HeadEndPointConnected | Indicates whether HeadEndPoint is connected. |
| MergeControlPoints | Indicates whether control points will be merged if they can. |
| TailEndPointConnected | Indicates whether TailEndPoint is connected. |