Skip to main content
Row

ConnectorFormat.ConnectorType Property

Gets or sets the connector’s type.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ConnectorType ConnectorType { get; set; }

Property Value

Type Description
ConnectorType

One of the ConnectorType enumeration values indicating the connector’s type.

Available values:

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

The connector type is defined by the ShapeCollection.AddConnector method’s connectorType parameter.

See Also