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

Property Value

ShapeArrowLengthType

Implements

IShapeLineFormat..::..BeginArrowheadLength

See Also