Aspose::Cells::Drawing::LineJoinType enum
LineJoinType enum
Represents the join styles of a line.
enum class LineJoinType
Values
Name | Value | Description |
---|---|---|
Round | 0 | Round joint. |
Bevel | 1 | Bevel joint. |
Miter | 2 | Miter joint. |
None | 3 | None joint. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++