System::Drawing::Drawing2D::DashStyle enum
DashStyle enum
Specifies the style of a dashed line.
enum class DashStyle
Values
Name | Value | Description |
---|---|---|
Solid | 0 | Solid line. |
Dash | 1 | Dashed line. |
Dot | 2 | A line consisting of dots. |
DashDot | 3 | A dash-dot line. |
DashDotDot | 4 | A dash-dot-dot line. |
Custom | 5 | Custom dash style. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++