ConnectorFormat.ConnectorType Property
Gets or sets the connector’s type.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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. |
|
Elbow | An elbow-shaped connector. |
|
Curved | A curved connector. |
Remarks
The connector type is defined by the ShapeCollection.AddConnector method’s connectorType parameter.
See Also