Aspose::Words::Drawing::JoinStyle enum

JoinStyle enum

Line join style.

enum class JoinStyle

Values

NameValueDescription
Bevel0Join edges by a straight line.
Miter1Extend edges until they join.
Round2Draw an arc between the two edges.

See Also