Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ConnectorType Enum

Lists connector types.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum ConnectorType

Members

Name Description Example
Straight

A straight line connector.

Spreadsheet_ConnectorType_Straight

Elbow

An elbow-shaped connector.

Spreadsheet_ConnectorType_Elbow

Curved

A curved connector.

Spreadsheet_ConnectorType_Curved

See Also