Line join style.
[Visual Basic]
Public Enum JoinStyle
[C#]public enum JoinStyle
Remarks
Members
| Member Name | Description | Value |
| Bevel | Join edges by a straight line. | 0 |
| Miter | Extend edges until they join. | 1 |
| Round | Draw an arc between the two edges. | 2 |
Requirements
Namespace: Aspose.Words.Drawing
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Drawing Namespace | JoinStyle