Enum SvgLineJoin
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies a value for the SVG stroke-linejoin property.
D2D1_SVG_LINE_JOIN
public enum SvgLineJoin
Fields
Bevel = 1
The property is set to SVG's 'bevel' value.
Miter = 3
The property is set to SVG's 'miter' value. Note that this is equivalent to LineJoin.MiterOrBevel, not LineJoin.Miter.
Round = 2
The property is set to SVG's 'round' value.