ArrowheadSize Enum
Lists values used to specify an arrowhead’s width and length.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Small
|
Specifies the small size. |
Medium
|
Specifies the medium size. |
Large
|
Specifies the large size. |
Related API Members
The following properties accept/return ArrowheadSize values:
Remarks
The values listed by this enumeration are used by the following properties:
- ArrowSettings.StartArrowheadWidth, ArrowSettings.EndArrowheadWidth - allow you to specify the width of arrowheads at the beginning and end of a connector.
- ArrowSettings.StartArrowheadLength, ArrowSettings.EndArrowheadLength - allow you to specify the length of arrowheads at the beginning and end of a connector.
See Also