Aspose::Words::Drawing::DashStyle enum
DashStyle enum
Dashed line style.
enum class DashStyle
Values
Name | Value | Description |
---|---|---|
Solid | 0 | Solid (continuous) pen. |
ShortDash | 1 | System dash style. |
ShortDot | 2 | System dash style. |
ShortDashDot | 3 | System dash style. |
ShortDashDotDot | 4 | System dash style. |
Dot | 5 | Square dot style. |
Dash | 6 | Dash style. |
LongDash | 7 | Long dash style. |
DashDot | 8 | Dash short dash. |
LongDashDot | 9 | Long dash short dash. |
LongDashDotDot | 10 | Long dash short dash short dash. |
Default | n/a | Same as Solid. |
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++