Back to Devexpress

ConnectorFormat.ConnectorType Property

officefileapi-devexpress-dot-spreadsheet-dot-connectorformat.md

latest1.9 KB
Original Source

ConnectorFormat.ConnectorType Property

Gets or sets the connector’s type.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConnectorType ConnectorType { get; set; }
vb
Property ConnectorType As ConnectorType

Property Value

TypeDescription
ConnectorType

One of the ConnectorType enumeration values indicating the connector’s type.

|

Available values:

NameDescriptionExample
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

ConnectorFormat Interface

ConnectorFormat Members

DevExpress.Spreadsheet Namespace