LineJoinStyle
Overview
LineJoinStyle is a enum in Aspose.Slides FOSS for Python.
Represents the lines join style.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default line join style |
ROUND | Represents a rounded line join where corners are rendered as arcs |
BEVEL | Represents a beveled line join with a flat cut-off at corners |
MITER | Represents a mitered line join with extended sharp corners |