System::Drawing::Drawing2D::DashCap enum
DashCap enum
Specifies the type of a cap used at the both ends of a dash in a dashed line.
enum class DashCap
Values
Name | Value | Description |
---|---|---|
Flat | 0 | A square cap that squares off both ends of a dash. |
Round | 2 | A circular cap that rounds off both ends of a dash. |
Triangle | 3 | A triangular cap that points both ends of a dash. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++