LineDashStyle
Oversigt over de forskellige former for støtte
LineDashStyle er et tal i Aspose.Slides FOSS for C++.
Repræsenterede linjedaschestilen.
Valuer
| 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 | Represents a line with longer dash segments than standard |
DASH_DOT | Represents a repeating pattern of dash followed by dot |
LARGE_DASH_DOT | Represents a long dash followed by a dot in each repeat |
LARGE_DASH_DOT_DOT | Represents a long dash followed by two dots per pattern |
SYSTEM_DASH | Represents the system default dash pattern |
SYSTEM_DOT | Represents the system default dot pattern |
SYSTEM_DASH_DOT | |
SYSTEM_DASH_DOT_DOT | |
CUSTOM | Represents a user‑defined dash pattern |