ConnectorType Enum
Lists connector types.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description | Example |
---|---|---|
Straight
|
A straight line connector. |
|
Elbow
|
An elbow-shaped connector. |
|
Curved
|
A curved connector. |
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