XlsShapeLineFormat
EndArrowheadWidth Property
|
Represents end arrow head width.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
ShapeArrowWidthType
Implements
IShapeLineFormat
EndArrowheadWidth
See Also