Specifies line cap style.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.4.2
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