LineJoinStyle
LineJoinStyle enum
Represents the lines join style.
enum class LineJoinStyle : int8_t
Values
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | |
| Round | 0 | |
| Bevel | 1 | |
| Miter | 2 |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides
Represents the lines join style.
enum class LineJoinStyle : int8_t
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | |
| Round | 0 | |
| Bevel | 1 | |
| Miter | 2 |