Specifies line cap style.
Namespace: SautinSoft.Excel.DrawingAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.10.17
SyntaxPublic Enumeration LineCapStyle
Members| Member name | Value | Description |
|---|
| Flat | 0 |
Line ends at end point.
|
| Round | 1 |
Rounded ends.
|
| Square | 2 |
Square protrudes by half line width.
|
See Also