ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / PenLineJoin Enumeration

In This Topic
    PenLineJoin Enumeration
    In This Topic
    Specifies the shape that joins two lines.
    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
             C1.Web.Wijmo.Controls.C1Maps.PenLineJoin

    See Also