LineCapStyle
Overview
LineCapStyle is a enum in Aspose.Slides FOSS for C++.
Represents the line cap style.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default line cap style |
ROUND | Represents a round line cap where the line end is a semicircle |
SQUARE | Represents a square line cap extending beyond the line endpoint |
FLAT | Represents a flat (butt) line cap ending exactly at the line endpoint |