Table of Contents

Enum SvgLineCap

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies a value for the SVG stroke-linecap property.
D2D1_SVG_LINE_CAP

public enum SvgLineCap

Fields

Butt = 0

The property is set to SVG's 'butt' value.

Square = 1

The property is set to SVG's 'square' value.

Round = 2

The property is set to SVG's 'round' value.