LineCapStyle

Overview

LineCapStyle is a enum in Aspose.Slides FOSS for C++.

Represents the line cap style.

This enumeration defines 4 values: NOT_DEFINED, ROUND, SQUARE, FLAT.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default line cap style
ROUNDRepresents a round line cap where the line end is a semicircle
SQUARERepresents a square line cap extending beyond the line endpoint
FLATRepresents a flat (butt) line cap ending exactly at the line endpoint

See Also