XlsArcShape
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; }
Public Property BeginArrowHeadStyle As ShapeArrowStyleType
Get
Set
public:
virtual property ShapeArrowStyleType BeginArrowHeadStyle {
ShapeArrowStyleType get () sealed;
void set (ShapeArrowStyleType value) sealed;
}
abstract BeginArrowHeadStyle : ShapeArrowStyleType with get, set
override BeginArrowHeadStyle : ShapeArrowStyleType with get, set
Property Value
Type:
ShapeArrowStyleType
A ShapeArrowStyleType enumeration value representing the style of the arrowhead.
Return Value
Type:
ShapeArrowStyleType
The current style of the arrowhead at the beginning of the line.
Implements
IArcShape
BeginArrowHeadStyle
See Also