XlsLineShape
EndArrowheadLength Property
|
Gets or sets the length type of the end arrowhead of the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeArrowLengthType EndArrowheadLength { get; set; }
Public Property EndArrowheadLength As ShapeArrowLengthType
Get
Set
public:
virtual property ShapeArrowLengthType EndArrowheadLength {
ShapeArrowLengthType get () sealed;
void set (ShapeArrowLengthType value) sealed;
}
abstract EndArrowheadLength : ShapeArrowLengthType with get, set
override EndArrowheadLength : ShapeArrowLengthType with get, set
Return Value
Type:
ShapeArrowLengthType
The length type of the end arrowhead.
Implements
ILineShape
EndArrowheadLength
See Also