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

Property Value

ShapeArrowLengthType

Implements

IShapeLineFormat..::..EndArrowheadLength

See Also