XlsShapeLineFormat
BeginArrowHeadStyle Property
|
Represents begin arrow head style.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ShapeArrowStyleType BeginArrowHeadStyle { get; set; }
Public Property BeginArrowHeadStyle As ShapeArrowStyleType
Get
Set
public:
virtual property ShapeArrowStyleType BeginArrowHeadStyle {
ShapeArrowStyleType get () sealed;
void set (ShapeArrowStyleType value) sealed;
}
abstract BeginArrowHeadStyle : ShapeArrowStyleType with get, set
override BeginArrowHeadStyle : ShapeArrowStyleType with get, set
Property Value
Type:
ShapeArrowStyleType
Implements
IShapeLineFormat
BeginArrowHeadStyle
See Also