ILineShape
BeginArrowheadWidth Property
 | 
Begin 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 BeginArrowheadWidth { get; set; }
 
Property BeginArrowheadWidth As ShapeArrowWidthType
	Get
	Set
 
property ShapeArrowWidthType BeginArrowheadWidth {
	ShapeArrowWidthType get ();
	void set (ShapeArrowWidthType value);
}
 
abstract BeginArrowheadWidth : ShapeArrowWidthType with get, set
 
 
 
Property Value
Type:
ShapeArrowWidthType
 
See Also