LineDashStyle

Overview

LineDashStyle is a enum in Aspose.Slides FOSS for C++.

Represents the line dash style.

This enumeration defines 13 values: NOT_DEFINED, SOLID, DOT, DASH, LARGE_DASH, DASH_DOT, LARGE_DASH_DOT, LARGE_DASH_DOT_DOT, SYSTEM_DASH, SYSTEM_DOT, SYSTEM_DASH_DOT, SYSTEM_DASH_DOT_DOT, and 1 more.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default dash style
SOLIDRepresents a continuous solid line without dashes
DOTRepresents a line composed of evenly spaced dots
DASHRepresents a line with regular dash segments
LARGE_DASH
DASH_DOTRepresents a repeating pattern of dash followed by dot
LARGE_DASH_DOTRepresents a long dash followed by a dot pattern
LARGE_DASH_DOT_DOTRepresents a long dash followed by two dots
SYSTEM_DASHRepresents the system-defined dash pattern
SYSTEM_DOTRepresents the system-defined dot pattern
SYSTEM_DASH_DOT
SYSTEM_DASH_DOT_DOT
CUSTOMRepresents a user‑defined dash pattern

See Also