LineJoinStyle Enumeration |
Specifies line join style.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.10.22
Syntaxpublic enum LineJoinStyle
Public Enumeration LineJoinStyle
Members| Member name | Value | Description |
|---|
| Bevel | 0 |
Join edges by a straight line.
|
| Miter | 1 |
Extend edges until they join.
|
| Round | 2 |
Draw an arc between the two edges.
|
See Also