Aspose::Cells::Drawing::LineCapType enum

LineCapType enum

Represents the caps of a line.

enum class LineCapType

Values

NameValueDescription
Square0
Square protrudes by half line width.
Round1
Rounded ends.
Flat2
Line ends at end point.
None3
None cap.

See Also