Click or drag to resize

TextBoxLineStyle Enumeration

Specify object's line style

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextBoxLineStyle
Members
Member name 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
See Also