Class TextBoxLineStyle
Specifies the text box border line style.
Inheritance
System.Object
TextBoxLineStyle
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class TextBoxLineStyle : Enum
Fields
Double
Double solid lines.
Declaration
public const TextBoxLineStyle Double
Field Value
Type |
---|
TextBoxLineStyle |
Simple
A single solid line.
Declaration
public const TextBoxLineStyle Simple
Field Value
Type |
---|
TextBoxLineStyle |
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.
Declaration
public const TextBoxLineStyle ThickThin
Field Value
Type |
---|
TextBoxLineStyle |
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.
Declaration
public const TextBoxLineStyle ThinThick
Field Value
Type |
---|
TextBoxLineStyle |
Triple
Three solid lines.
Declaration
public const TextBoxLineStyle Triple
Field Value
Type |
---|
TextBoxLineStyle |