ShapeDashLineStyleType module

class ShapeDashLineStyleType.ShapeDashLineStyleType(value)

Bases: Enum

<summary>

Represents shape dash line style.

</summary>

DashDot = 8
DashDotDot = 10
Dashed = 6
Dotted = 2
DottedRound = 1
MediumDashDot = 9
MediumDashed = 7
Solid = 0