Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ArrowheadType Enum

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ArrowheadType

Members

Name Description Example
None

A connector has no arrowhead at the specified end.

Triangle

A triangular arrowhead.

SpreadsheetControl_ArrowType_Triangle

Open

An open arrowhead.

SpreadsheetControl_ArrowType_Open

Stealth

A stealth-shaped arrowhead.

SpreadsheetControl_ArrowType_Stealth

Diamond

A diamond-shaped arrowhead.

SpreadsheetControl_ArrowType_Diamond

Oval

An oval-shaped arrowhead.

SpreadsheetControl_ArrowType_Oval

See Also