Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

ShapeArrowWidthType

Implements

IShapeLineFormat..::..EndArrowheadWidth

See Also