Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / PenLineJoin Enumeration

In This Topic
    PenLineJoin Enumeration
    In This Topic
    Describes the shape that joins two lines or segments.
    Syntax
    'Declaration
     
    Public Enum PenLineJoin 
       Inherits System.Enum
    public enum PenLineJoin : System.Enum 
    Members
    MemberDescription
    BevelBeveled vertices.
    MiterRegular angular vertices.
    RoundRounded vertices.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.PenLineJoin

    See Also