Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgStrokeLineCap Enumeration

In This Topic
    SvgStrokeLineCap Enumeration
    In This Topic
    Specifies the shape to be used at the end of open subpaths when they are stroked.
    Syntax
    'Declaration
     
    Public Enum SvgStrokeLineCap 
       Inherits System.Enum
    public enum SvgStrokeLineCap : 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 diameter 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
             GrapeCity.Documents.Svg.SvgStrokeLineCap

    See Also