Class ConnectionDirection
Specifies the directions of the connection.
Inheritance
System.Object
ConnectionDirection
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ConnectionDirection : Enum
Fields
Auto
Specifies the connector direction as auto to switch the direction based on the connector position.
Declaration
public const ConnectionDirection Auto
Field Value
Type |
---|
ConnectionDirection |
Bottom
Specifies the connector direction as bottom when the absolute angle as 90 degree.
Declaration
public const ConnectionDirection Bottom
Field Value
Type |
---|
ConnectionDirection |
Left
Specifies the connector direction as left when the absolute angle as 180 degree.
Declaration
public const ConnectionDirection Left
Field Value
Type |
---|
ConnectionDirection |
Right
Specifies the connector direction as right when the absolute angle as 0 degree.
Declaration
public const ConnectionDirection Right
Field Value
Type |
---|
ConnectionDirection |
Top
Specifies the connector direction as top when the absolute angle as 270 degree or -90dDegree.
Declaration
public const ConnectionDirection Top
Field Value
Type |
---|
ConnectionDirection |