Click or drag to resize

XlsLineShape BeginArrowHeadStyle Property

Gets or sets the style of the arrowhead at the beginning of the line.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeArrowStyleType BeginArrowHeadStyle { get; set; }

Property Value

Type: ShapeArrowStyleType
A ShapeArrowStyleType value representing the style of the arrowhead.

Return Value

Type: ShapeArrowStyleType
The current ShapeArrowStyleType of the arrowhead at the beginning of the line.

Implements

ILineShape BeginArrowHeadStyle
See Also