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