Nevron Open Vision Documentation
Nevron.Nov.Formats.Svg Namespace / ENSvgLineCap Enumeration


In This Topic
    ENSvgLineCap Enumeration
    In This Topic
    Enumerates the SVG line caps.
    Syntax
    'Declaration
     
    
    Public Enum ENSvgLineCap 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSvgLineCap
    public enum ENSvgLineCap : System.Enum 
    Members
    MemberDescription
    buttIndicates that the stroke for each subpath does not extend beyond its two endpoints.
    roundIndicates 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.
    squareindicates 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Formats.Svg.ENSvgLineCap

    Requirements

    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)

    See Also