Skip to main content
Row

ConnectorType Enum

Lists connector types.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.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

Related API Members

The following properties accept/return ConnectorType values:

Remarks

Pass a ConnectorType enumeration member to the ShapeCollection.AddConnector method to create a connector.

Use the ConnectorFormat.ConnectorType property to obtain or change an existing connector’s type.

See Also