'Declaration Public Enum SvgStrokeLineCap Inherits System.Enum
public enum SvgStrokeLineCap : System.Enum
'Declaration Public Enum SvgStrokeLineCap Inherits System.Enum
public enum SvgStrokeLineCap : System.Enum
Member | Description |
---|---|
Butt | Indicates that the stroke for each subpath does not extend beyond its two endpoints. |
Round | Indicates that at each end of each subpath, the shape representing the stroke will be extended by a half circle with a diameter equal to the stroke width. |
Square | Indicates that at the end of each subpath, the shape representing the stroke will be extended by a rectangle with the same width as the stroke width and whose length is half of the stroke width. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgStrokeLineCap