| 
ShapeLineStyle Enumeration
  | 
 Represents different line styles for shapes.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum ShapeLineStyle
 
Public Enumeration ShapeLineStyle
 
public enum class ShapeLineStyle
 
 
 
 
 Members
 Members
 
|  | Member name | 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
 
 . | 
 
 
 See Also
See Also