Enum SvgStrokeLineCap
Specifies the shape to be used at the end of open subpaths when they are stroked.
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgStrokeLineCapConverter))]
public enum SvgStrokeLineCap
Fields
| Name | Description |
|---|---|
| Butt | The ends of the subpaths are square but do not extend past the end of the subpath. |
| Inherit | The value is inherited from the parent element. |
| Round | The ends of the subpaths are rounded. |
| Square | The ends of the subpaths are square. |