IArcShape
EndArrowheadWidth Property
 | 
End Arrow head Width
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
ShapeArrowWidthType EndArrowheadWidth { get; set; }
 
Property EndArrowheadWidth As ShapeArrowWidthType
	Get
	Set
 
property ShapeArrowWidthType EndArrowheadWidth {
	ShapeArrowWidthType get ();
	void set (ShapeArrowWidthType value);
}
 
abstract EndArrowheadWidth : ShapeArrowWidthType with get, set
 
 
 
Property Value
Type:
ShapeArrowWidthType
 
See Also