XlsLineShape
BeginArrowheadLength Property
 | 
Gets or sets the length of the begin 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 BeginArrowheadLength { get; set; }
 
Public Property BeginArrowheadLength As ShapeArrowLengthType
	Get
	Set
 
public:
virtual property ShapeArrowLengthType BeginArrowheadLength {
	ShapeArrowLengthType get () sealed;
	void set (ShapeArrowLengthType value) sealed;
}
 
abstract BeginArrowheadLength : ShapeArrowLengthType with get, set
override BeginArrowheadLength : ShapeArrowLengthType with get, set
 
 
 
Return Value
Type:
ShapeArrowLengthType
The length type of the begin arrowhead.
Implements
ILineShape
BeginArrowheadLength
 
See Also