Table of Contents

Enum SvgStrokeLineCap

Namespace
Svg
Assembly
Svg.dll

Specifies the shape to be used at the end of open subpaths when they are stroked.

[TypeConverter(typeof(SvgStrokeLineCapConverter))]
public enum SvgStrokeLineCap

Fields

Butt = 1

The ends of the subpaths are square but do not extend past the end of the subpath.

Inherit = 0

The value is inherited from the parent element.

Round = 2

The ends of the subpaths are rounded.

Square = 3

The ends of the subpaths are square.