LineJoinStyle Enumeration |
Specifies line join style.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public 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