menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PortConstraints

    Enables/Disables certain features of port connection

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

    Fields

    Default

    Enables all constraints

    Declaration
    public const PortConstraints Default
    Field Value
    Type
    PortConstraints

    Drag

    Enables connections with connector

    Declaration
    public const PortConstraints Drag
    Field Value
    Type
    PortConstraints

    Draw

    Enables to create the connection when mouse hover on the port

    Declaration
    public const PortConstraints Draw
    Field Value
    Type
    PortConstraints

    InConnect

    Enables to only connect the target end of connector

    Declaration
    public const PortConstraints InConnect
    Field Value
    Type
    PortConstraints

    InheritTooltip

    Enables or disables the Tooltip for the ports

    Declaration
    public const PortConstraints InheritTooltip
    Field Value
    Type
    PortConstraints

    None

    Disable all constraints

    Declaration
    public const PortConstraints None
    Field Value
    Type
    PortConstraints

    OutConnect

    Enables to only connect the source end of connector

    Declaration
    public const PortConstraints OutConnect
    Field Value
    Type
    PortConstraints

    ToolTip

    Enables or disables the Tooltip for the ports

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