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

In This Topic
    SvgStrokeLineJoin Enumeration
    In This Topic
    Specifies the shape to be used at the end of open subpaths when they are stroked.
    Syntax
    'Declaration
     
    Public Enum SvgStrokeLineJoin 
       Inherits System.Enum
    public enum SvgStrokeLineJoin : System.Enum 
    Members
    MemberDescription
    ArcsIndicates that an arcs corner is to be used to join path segments.
    BevelIndicates that a bevelled corner is to be used to join path segments.
    MiterIndicates that a sharp corner is to be used to join path segments.
    MiterClipThe same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments.
    RoundIndicates that a round corner is to be used to join path segments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgStrokeLineJoin

    See Also