Class ConnectionDirection
Defines how the first segments have to be defined in a layout Auto - Defines the first segment direction based on the type of the layout Orientation - Defines the first segment direction based on the orientation of the layout Custom - Defines the first segment direction dynamically by the user
Inheritance
System.Object
ConnectionDirection
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ConnectionDirection : Enum
Fields
Auto
Declaration
public const ConnectionDirection Auto
Field Value
Type |
---|
ConnectionDirection |
Custom
Declaration
public const ConnectionDirection Custom
Field Value
Type |
---|
ConnectionDirection |
Orientation
Declaration
public const ConnectionDirection Orientation
Field Value
Type |
---|
ConnectionDirection |