XlsArcShape
BeginArrowheadWidth Property
|
Gets or sets the width type of the begin arrowhead of the shape's line.
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 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
Return Value
Type:
ShapeArrowWidthType
The width type of the begin arrowhead.
Implements
IArcShape
BeginArrowheadWidth
See Also