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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class PortConnectionDirection : Enum
Fields
Auto
Declaration
public const PortConnectionDirection Auto
Field Value
Bottom
Declaration
public const PortConnectionDirection Bottom
Field Value
Left
Declaration
public const PortConnectionDirection Left
Field Value
Right
Declaration
public const PortConnectionDirection Right
Field Value
Top
Declaration
public const PortConnectionDirection Top
Field Value