LineJoinStyle

Overview

LineJoinStyle is a enum in Aspose.Slides FOSS for Python.

Represents the lines join style.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default line join style
ROUNDRepresents a rounded line join where corners are rendered as arcs
BEVELRepresents a beveled line join with a flat cut-off at corners
MITERRepresents a mitered line join with extended sharp corners

See Also