OfficeDashStyle enumeration

OfficeDashStyle enumeration

Represents a dashed line style.

The OfficeDashStyle type exposes the following members:

Fields

Field Description
SOLID Solid (continuous) pen.
DEFAULT Same as OfficeDashStyle.SOLID.
DOT Dot style.
DASH Dash style.
DASH_DOT Dash dot style.
DASH_DOT_DOT Dash dot dot style.

See Also