alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ConnectorState

    Flags that indicates state of connection.

    Inheritance
    System.Object
    ConnectorState
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class ConnectorState : Enum
    Remarks

    Primarily used by tools to indicate whether cloned orthogonal node can merge its control points and whether its endPoints are connected.

    Fields

    Default

    Indicates the default behavior.

    Declaration
    public const ConnectorState Default
    Field Value
    Type
    ConnectorState

    HeadEndPointConnected

    Indicates whether HeadEndPoint is connected.

    Declaration
    public const ConnectorState HeadEndPointConnected
    Field Value
    Type
    ConnectorState

    MergeControlPoints

    Indicates whether control points will be merged if they can.

    Declaration
    public const ConnectorState MergeControlPoints
    Field Value
    Type
    ConnectorState

    TailEndPointConnected

    Indicates whether TailEndPoint is connected.

    Declaration
    public const ConnectorState TailEndPointConnected
    Field Value
    Type
    ConnectorState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved