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 BeginArrowheadWidth { get; set; }
Public Property BeginArrowheadWidth As ShapeArrowWidthType
	Get
	Set
public:
virtual property ShapeArrowWidthType BeginArrowheadWidth {
	ShapeArrowWidthType get () sealed;
	void set (ShapeArrowWidthType value) sealed;
}
abstract BeginArrowheadWidth : ShapeArrowWidthType with get, set
override BeginArrowheadWidth : ShapeArrowWidthType with get, set

Property Value

ShapeArrowWidthType

Implements

IShapeLineFormat..::..BeginArrowheadWidth

See Also