ShapeDashLineStyleType Enumeration
|
Represents shape dash line style.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ShapeDashLineStyleType
Public Enumeration ShapeDashLineStyleType
public enum class ShapeDashLineStyleType
type ShapeDashLineStyleType
Members
|
Member name
|
Value
|
Description
|
|
Solid
|
0
|
Represents solid style.
|
|
Dotted
|
2
|
Represents Dotted style.
|
|
DottedRound
|
1
|
Represents DottedRound style.
|
|
Dashed
|
6
|
Represents Dashed style.
|
|
MediumDashed
|
7
|
Represents MediumDashed style.
|
|
DashDot
|
8
|
Represents DashDot style.
|
|
MediumDashDot
|
9
|
Represents MediumDashDot style.
|
|
DashDotDot
|
10
|
Represents DashDotDot style.
|
See Also