Specifies the name of the source shape connector that should be used by the connection.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum DiagramConnectionsFromConnector
Fields
Specifies a auto connector.
C#
Auto = 4
Specifies a bottom connector.
C#
Bottom = 1
Specifies a left connector.
C#
Left = 2
Specifies a right connector.
C#
Right = 3
Specifies a top connector.
C#
Top = 0