menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PortConnectionDirection

    Define the allowed direction for connections to the port Auto - Maintains the default behavior of automatic direction calculation. Left - Restricts connections to only connect to the left side of the port. Top - Restricts connections to only connect to the top side of the port. Right - Restricts connections to only connect to the right side of the port. Bottom - Restricts connections to only connect to the bottom side of the port.

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

    Fields

    Auto

    Declaration
    public const PortConnectionDirection Auto
    Field Value
    Type
    PortConnectionDirection

    Bottom

    Declaration
    public const PortConnectionDirection Bottom
    Field Value
    Type
    PortConnectionDirection

    Left

    Declaration
    public const PortConnectionDirection Left
    Field Value
    Type
    PortConnectionDirection

    Right

    Declaration
    public const PortConnectionDirection Right
    Field Value
    Type
    PortConnectionDirection

    Top

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