Aspose::Cells::Drawing::LineJoinType enum

LineJoinType enum

Represents the join styles of a line.

enum class LineJoinType

Values

NameValueDescription
Round0
Round joint.
Bevel1
Bevel joint.
Miter2
Miter joint.
None3
None joint.

See Also