public enum ENSvgLineCap : System.Enum
public enum ENSvgLineCap : 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 radius 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
Nevron.Nov.Formats.Svg.ENSvgLineCap
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)