Aspose::Cells::Drawing::LineFormat::SetJoinType method

LineFormat::SetJoinType method

Specifies the line join type.

void Aspose::Cells::Drawing::LineFormat::SetJoinType(LineJoinType value)

Examples

lineFmt.SetJoinType(LineJoinType::Round);

See Also