Skip to main content

ConnectorType.RightAngle Property

Returns the right angle connector type.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public static ConnectorType RightAngle { get; }

Property Value

Type Description
ConnectorType

A DevExpress.Diagram.Core.ConnectorType object that represents a right angle connector.

See Also