Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
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
| Member | Value | Description |
|---|---|---|
| Single | 0 |
Single line.
|
| Double | 1 |
Double lines of equal width.
|
| ThickThin | 2 |
Double lines, one thick, one thin.
|
| ThinThick | 3 |
Double lines, one thin, one thick.
|
| Triple | 4 |
Three lines, thin, thick, thin.
|
| Default | 0 |
Default value is Single.
|