Class LineStyle
Specifies the style for a line.
Inheritance
System.Object
LineStyle
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class LineStyle : Enum
Fields
Single
Single line.
Declaration
public const LineStyle Single
Field Value
Type |
---|
LineStyle |
StyleMixed
Not supported.
Declaration
public const LineStyle StyleMixed
Field Value
Type |
---|
LineStyle |
ThickBetweenThin
Thick line with a thin line on each side.
Declaration
public const LineStyle ThickBetweenThin
Field Value
Type |
---|
LineStyle |
ThickThin
Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line.
Declaration
public const LineStyle ThickThin
Field Value
Type |
---|
LineStyle |
ThinThick
Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line.
Declaration
public const LineStyle ThinThick
Field Value
Type |
---|
LineStyle |
ThinThin
Two thin lines.
Declaration
public const LineStyle ThinThin
Field Value
Type |
---|
LineStyle |