StrokeLineJoin Enum
StrokeLineJoin enumeration
Specifies the line join style used in rendering SVG and HTML.
public enum StrokeLineJoin
Values
Name | Value | Description |
---|---|---|
Miter | 0 | The line joins with a sharp point, extending beyond the endpoints. |
Round | 1 | The line joins with a rounded corner. |
Bevel | 2 | The line joins with a beveled corner. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG