Class ExcelShapeArrowStyle
Represents shape arrow style type.
Inheritance
System.Object
ExcelShapeArrowStyle
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelShapeArrowStyle : Enum
Fields
LineArrow
Represents standard arrow.
Declaration
public const ExcelShapeArrowStyle LineArrow
Field Value
Type |
---|
ExcelShapeArrowStyle |
LineArrowDiamond
Represents Diamond arrow.
Declaration
public const ExcelShapeArrowStyle LineArrowDiamond
Field Value
Type |
---|
ExcelShapeArrowStyle |
LineArrowOpen
Represents Open arrow.
Declaration
public const ExcelShapeArrowStyle LineArrowOpen
Field Value
Type |
---|
ExcelShapeArrowStyle |
LineArrowOval
Represents Oval arrow.
Declaration
public const ExcelShapeArrowStyle LineArrowOval
Field Value
Type |
---|
ExcelShapeArrowStyle |
LineArrowStealth
Represents Stealth arrow.
Declaration
public const ExcelShapeArrowStyle LineArrowStealth
Field Value
Type |
---|
ExcelShapeArrowStyle |
LineNoArrow
Represents no arrow.
Declaration
public const ExcelShapeArrowStyle LineNoArrow
Field Value
Type |
---|
ExcelShapeArrowStyle |