Enum TextBoxLineStyle
Specify object's line style
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum TextBoxLineStyle
Fields
| Name | Description |
|---|---|
| Double | Double lines of equal width |
| Simple | Single line (of width lineWidth) |
| ThickThin | Double lines, one thick, one thin |
| ThinThick | Double lines, reverse order |
| Triple | Three lines, thin, thick, thin |