menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorConstraints - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorConstraints

    Defines the constraints to enable/disable certain features of connector. None - Interaction of the connectors cannot be done. Select - Selects the connector. Delete - Delete the connector. Drag - Drag the connector. DragSourceEnd - Drag the source end of the connector. DragTargetEnd - Drag the target end of the connector. DragSegmentThump - Drag the segment thumb of the connector. AllowDrop - Allow to drop a node. Bridging - Creates bridge on intersection of two connectors. BridgeObstacle - InheritBridging - Creates bridge on intersection of two connectors. PointerEvents - Sets the pointer events. Tooltip - Displays a tooltip for the connectors. InheritToolTip - Displays a tooltip for the connectors. Interaction - Features of the connector used for interaction. ReadOnly - Enables ReadOnly InheritSegmentThumbShape - Enables or disables to inherit the value of segmentThumbShape InheritSegmentThumbSize - Enables or disables to inherit the value of segmentThumbSize Default - Default features of the connector.

    Inheritance
    System.Object
    ConnectorConstraints
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ConnectorConstraints : Enum

    Fields

    AllowDrop

    Enables AllowDrop constraints to the connector.

    Declaration
    public const ConnectorConstraints AllowDrop
    Field Value
    Type
    ConnectorConstraints

    BridgeObstacle

    Enables or Disables Bridge Obstacles with overlapping of connectors.

    Declaration
    public const ConnectorConstraints BridgeObstacle
    Field Value
    Type
    ConnectorConstraints

    Bridging

    Enables bridging to the connector.

    Declaration
    public const ConnectorConstraints Bridging
    Field Value
    Type
    ConnectorConstraints

    ConnectToNearByElement

    Enables or disables Enables or disables near port and node padding to the connector.

    Declaration
    public const ConnectorConstraints ConnectToNearByElement
    Field Value
    Type
    ConnectorConstraints

    ConnectToNearByNode

    Enables or disables near node padding to the connector.

    Declaration
    public const ConnectorConstraints ConnectToNearByNode
    Field Value
    Type
    ConnectorConstraints

    ConnectToNearByPort

    Enables or disables near port padding to the connector.

    Declaration
    public const ConnectorConstraints ConnectToNearByPort
    Field Value
    Type
    ConnectorConstraints

    Default

    Enables all constraints.

    Declaration
    public const ConnectorConstraints Default
    Field Value
    Type
    ConnectorConstraints

    Delete

    Enables connector to be Deleted.

    Declaration
    public const ConnectorConstraints Delete
    Field Value
    Type
    ConnectorConstraints

    Drag

    Enables connector to be Dragged.

    Declaration
    public const ConnectorConstraints Drag
    Field Value
    Type
    ConnectorConstraints

    DragSegmentThumb

    Enables control point and end point of every segment in a connector for editing.

    Declaration
    public const ConnectorConstraints DragSegmentThumb
    Field Value
    Type
    ConnectorConstraints

    DragSourceEnd

    Enables connectors source end to be selected.

    Declaration
    public const ConnectorConstraints DragSourceEnd
    Field Value
    Type
    ConnectorConstraints

    DragTargetEnd

    Enables connectors target end to be selected.

    Declaration
    public const ConnectorConstraints DragTargetEnd
    Field Value
    Type
    ConnectorConstraints

    InheritBridging

    Enables bridging to the connector.

    Declaration
    public const ConnectorConstraints InheritBridging
    Field Value
    Type
    ConnectorConstraints

    InheritLineRouting

    Enables or disables routing to the connector.

    Declaration
    public const ConnectorConstraints InheritLineRouting
    Field Value
    Type
    ConnectorConstraints

    InheritSegmentThumbShape

    Enables or disables to inherit the value of segmentThumbShape

    Declaration
    public const ConnectorConstraints InheritSegmentThumbShape
    Field Value
    Type
    ConnectorConstraints

    InheritSegmentThumbSize

    Enables or disables to inherit the value of segmentThumbSize

    Declaration
    public const ConnectorConstraints InheritSegmentThumbSize
    Field Value
    Type
    ConnectorConstraints

    InheritTooltip

    Enables or disables tool tip for the connectors

    Declaration
    public const ConnectorConstraints InheritTooltip
    Field Value
    Type
    ConnectorConstraints

    Interaction

    Enables Interaction.

    Declaration
    public const ConnectorConstraints Interaction
    Field Value
    Type
    ConnectorConstraints

    LineRouting

    Enables or disables routing to the connector.

    Declaration
    public const ConnectorConstraints LineRouting
    Field Value
    Type
    ConnectorConstraints

    None

    Disable all connector Constraints.

    Declaration
    public const ConnectorConstraints None
    Field Value
    Type
    ConnectorConstraints

    PointerEvents

    Used to set the pointer events.

    Declaration
    public const ConnectorConstraints PointerEvents
    Field Value
    Type
    ConnectorConstraints

    ReadOnly

    Enables ReadOnly

    Declaration
    public const ConnectorConstraints ReadOnly
    Field Value
    Type
    ConnectorConstraints

    Select

    Enables connector to be selected.

    Declaration
    public const ConnectorConstraints Select
    Field Value
    Type
    ConnectorConstraints

    Tooltip

    Enables or disables tool tip for the connectors

    Declaration
    public const ConnectorConstraints Tooltip
    Field Value
    Type
    ConnectorConstraints
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved