Skip to main content
A newer version of this page is available. .
Row

ConnectorFormat.ConnectorType Property

Gets or sets the connector’s type.

Namespace: DevExpress.Spreadsheet

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

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
Straight

Specifies a straight line connector.

Spreadsheet_ConnectorType_Straight

Elbow

Specifies an elbow-shaped connector.

Spreadsheet_ConnectorType_Elbow

Curved

Specifies a curved connector.

Spreadsheet_ConnectorType_Curved

Remarks

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

See Also