Back to Devexpress

ArrowheadType Enum

officefileapi-devexpress-dot-spreadsheet-3d588d22.md

latest1.9 KB
Original Source

ArrowheadType Enum

Lists values that specify the type of a connector’s arrowhead.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ArrowheadType
vb
Public Enum ArrowheadType

Members

NameDescriptionExample
None

A connector has no arrowhead at the specified end.

| | | Triangle |

A triangular arrowhead.

|

| | Open |

An open arrowhead.

|

| | Stealth |

A stealth-shaped arrowhead.

|

| | Diamond |

A diamond-shaped arrowhead.

|

| | Oval |

An oval-shaped arrowhead.

|

|

The following properties accept/return ArrowheadType values:

See Also

DevExpress.Spreadsheet Namespace