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 ShapeLineStyle
Public Enumeration ShapeLineStyle
public enum class ShapeLineStyle
type ShapeLineStyle

Members

MemberValueDescription
Single0
Single line.
Double1
Double lines of equal width.
ThickThin2
Double lines, one thick, one thin.
ThinThick3
Double lines, one thin, one thick.
Triple4
Three lines, thin, thick, thin.
Default0
Default value is Single.

See Also