officefileapi-devexpress-dot-spreadsheet-c21f8de8.md
Lists values used to specify an arrowhead’s width and length.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ArrowheadSize
Public Enum ArrowheadSize
| Name | Description |
|---|---|
Small |
Specifies the small size.
|
| Medium |
Specifies the medium size.
|
| Large |
Specifies the large size.
|
The following properties accept/return ArrowheadSize values:
The values listed by this enumeration are used by the following properties:
See Also