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

ConnectorType Enum

Lists connector types.

Namespace: DevExpress.Spreadsheet

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

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

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