XlsLineShape
EndArrowHeadStyle Property
|
Gets or sets the style of the end arrowhead for the shape's 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 EndArrowHeadStyle { get; set; }
Public Property EndArrowHeadStyle As ShapeArrowStyleType
Get
Set
public:
virtual property ShapeArrowStyleType EndArrowHeadStyle {
ShapeArrowStyleType get () sealed;
void set (ShapeArrowStyleType value) sealed;
}
abstract EndArrowHeadStyle : ShapeArrowStyleType with get, set
override EndArrowHeadStyle : ShapeArrowStyleType with get, set
Return Value
Type:
ShapeArrowStyleType
The
ShapeArrowStyleType
representing the style of the end arrowhead.
Implements
ILineShape
EndArrowHeadStyle
See Also