Aspose::Cells::Drawing::LineCapType enum
LineCapType enum
Represents the caps of a line.
enum class LineCapType
Values
Name | Value | Description |
---|---|---|
Square | 0 | Square protrudes by half line width. |
Round | 1 | Rounded ends. |
Flat | 2 | Line ends at end point. |
None | 3 | None cap. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++