-
Home
-
API
-
Svg
-
SvgStrokeLineCap
SvgStrokeLineCap Enum
Definition
Specifies the shape to be used at the end of open subpaths when they are stroked.
[TypeConverter(typeof(SvgStrokeLineCapConverter))]
public enum SvgStrokeLineCap
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (4)
ButtThe ends of the subpaths are square but do not extend past the end of the subpath.
InheritThe value is inherited from the parent element.
RoundThe ends of the subpaths are rounded.
SquareThe ends of the subpaths are square.