Enum MsoLineDashStyle

MsoLineDashStyle enumeration

Represents style of dash drawing lines.

public enum MsoLineDashStyle

Values

NameValueDescription
Dash0Represent a dash line.
DashDot1Represents a dash-dot line.
DashDotDot2Represents a dash-dot-dot line.
DashLongDash3Represents a long dash-short dash line.
DashLongDashDot4Represents a long dash-short dash-dot line.
RoundDot5Represents a round-dot line.
Solid6Represent a solid line.
SquareDot7Represents a square-dot line.
Custom8Custom dash style.

See Also