Specify object's line style
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextBoxLineStyle
Public Enumeration TextBoxLineStyle
public enum class TextBoxLineStyle
type TextBoxLineStyle
Members
| Member | Value | Description |
|---|---|---|
| Simple | 0 |
Single line (of width lineWidth)
|
| Double | 1 |
Double lines of equal width
|
| ThickThin | 2 |
Double lines, one thick, one thin
|
| ThinThick | 3 |
Double lines, reverse order
|
| Triple | 4 |
Three lines, thin, thick, thin
|