LineDashStyle
Overview
LineDashStyle is a enum in Aspose.Slides FOSS for C++.
Represents the line dash style.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default dash style |
SOLID | Represents a continuous solid line without dashes |
DOT | Represents a line composed of evenly spaced dots |
DASH | Represents a line with regular dash segments |
LARGE_DASH | |
DASH_DOT | Represents a repeating pattern of dash followed by dot |
LARGE_DASH_DOT | Represents a long dash followed by a dot pattern |
LARGE_DASH_DOT_DOT | Represents a long dash followed by two dots |
SYSTEM_DASH | Represents the system-defined dash pattern |
SYSTEM_DOT | Represents the system-defined dot pattern |
SYSTEM_DASH_DOT | |
SYSTEM_DASH_DOT_DOT | |
CUSTOM | Represents a user‑defined dash pattern |