Enum LineStyle
Specifies the style for a line.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum LineStyle
Fields
Name | Description |
---|---|
Single | Single line. |
StyleMixed | Not supported. |
ThickBetweenThin | Thick line with a thin line on each side. |
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. |
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. |
ThinThin | Two thin lines. |