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

ArrowheadType Enum

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum ArrowheadType

Members

Name Description
None

Specifies that a connector has no arrowhead at the specified end.

Triangle

Specifies a triangular arrowhead.

SpreadsheetControl_ArrowType_Triangle

Open

Specifies an open arrowhead.

SpreadsheetControl_ArrowType_Open

Stealth

Specifies a stealth-shaped arrowhead.

SpreadsheetControl_ArrowType_Stealth

Diamond

Specifies a diamond-shaped arrowhead.

SpreadsheetControl_ArrowType_Diamond

Oval

Specifies an oval-shaped arrowhead.

SpreadsheetControl_ArrowType_Oval

Remarks

The values listed by this enumeration are used to set the ArrowSettings.StartArrowheadType and ArrowSettings.EndArrowheadType properties.

See Also