Click or drag to resize

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
public enum ShapeLineStyle
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