ConnectorFormat.ConnectorType Property
In This Article
Gets or sets the connector’s type.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ConnectorType ConnectorType { get; set; }
#Property Value
Type | Description |
---|---|
Connector |
One of the Connector |
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