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

ConnectorType Enum

Lists values used to specify a connector type.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum ConnectorType

Members

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 ConnectorType enumeration member is used by the ShapeCollection.AddConnector method to specify the created connector’s type. To obtain or change an existing connector’s type, use the ConnectorFormat.ConnectorType property.

See Also