XlsArcShape
EndArrowheadWidth Property
 | 
Gets or sets the width 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 ShapeArrowWidthType EndArrowheadWidth { get; set; }
 
Public Property EndArrowheadWidth As ShapeArrowWidthType
	Get
	Set
 
public:
virtual property ShapeArrowWidthType EndArrowheadWidth {
	ShapeArrowWidthType get () sealed;
	void set (ShapeArrowWidthType value) sealed;
}
 
abstract EndArrowheadWidth : ShapeArrowWidthType with get, set
override EndArrowheadWidth : ShapeArrowWidthType with get, set
 
 
 
Return Value
Type:
ShapeArrowWidthType
A ShapeArrowWidthType value representing the width of the end arrowhead.
Implements
IArcShape
EndArrowheadWidth
 
See Also