WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ConnectorState

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved