Aspose::Words::Drawing::JoinStyle enum
JoinStyle enum
Line join style.
enum class JoinStyle
Values
Name | Value | Description |
---|---|---|
Bevel | 0 | Join edges by a straight line. |
Miter | 1 | Extend edges until they join. |
Round | 2 | Draw an arc between the two edges. |
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++