Class ExcelShapeLineStyle
Represents line style.
Inheritance
System.Object
ExcelShapeLineStyle
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelShapeLineStyle : Enum
Fields
Line_Single
Represents single line style.
Declaration
public const ExcelShapeLineStyle Line_Single
Field Value
Type |
---|
ExcelShapeLineStyle |
Line_Thick_Between_Thin
Represents thick between thin line style.
Declaration
public const ExcelShapeLineStyle Line_Thick_Between_Thin
Field Value
Type |
---|
ExcelShapeLineStyle |
Line_Thick_Thin
Represents thick thin line style.
Declaration
public const ExcelShapeLineStyle Line_Thick_Thin
Field Value
Type |
---|
ExcelShapeLineStyle |
Line_Thin_Thick
Represents thin thick line style.
Declaration
public const ExcelShapeLineStyle Line_Thin_Thick
Field Value
Type |
---|
ExcelShapeLineStyle |
Line_Thin_Thin
Represents thin thin line style.
Declaration
public const ExcelShapeLineStyle Line_Thin_Thin
Field Value
Type |
---|
ExcelShapeLineStyle |