Enum TextBoxLineStyle
Specifies the text box border line style.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum TextBoxLineStyle
Fields
Name | Description |
---|---|
Double | Double solid lines. |
Simple | A single solid line. |
ThickThin | 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. |
ThinThick | 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. |
Triple | Three solid lines. |