LineStyleType module
-
class LineStyleType.LineStyleType(value)
Bases: Enum
- <summary>
Border line styles.
</summary>
-
DashDot = 9
-
DashDotDot = 11
-
Dashed = 3
-
Dotted = 4
-
Double = 6
-
Hair = 7
-
Medium = 2
-
MediumDashDot = 10
-
MediumDashDotDot = 12
-
MediumDashed = 8
-
SlantedDashDot = 13
-
Thick = 5
-
Thin = 1
-
none = 0