MsoLineDashStyle enumeration

MsoLineDashStyle enumeration

Represents style of dash drawing lines.

The MsoLineDashStyle type exposes the following members:

Fields

FieldDescription
DASHRepresent a dash line.
DASH_DOTRepresents a dash-dot line.
DASH_DOT_DOTRepresents a dash-dot-dot line.
DASH_LONG_DASHRepresents a long dash-short dash line.
DASH_LONG_DASH_DOTRepresents a long dash-short dash-dot line.
ROUND_DOTRepresents a round-dot line.
SOLIDRepresent a solid line.
SQUARE_DOTRepresents a square-dot line.
CUSTOMCustom dash style.

See Also