Specify object's line style

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
Simple0
Single line (of width lineWidth)
Double1
Double lines of equal width
ThickThin2
Double lines, one thick, one thin
ThinThick3
Double lines, reverse order
Triple4
Three lines, thin, thick, thin

See Also