ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / LineJoin Enumeration

In This Topic
    LineJoin Enumeration
    In This Topic
    Represents the join style of the pen.
    Syntax
    'Declaration
     
    
    Public Enum LineJoin 
       Inherits System.Enum
    public enum LineJoin : System.Enum 
    Members
    MemberDescription
    BevelJoins are beveled.
    MiterJoins are mitered when they are within the current limit set by the SetMiterLimit function. If it exceeds this limit, the join is beveled.
    RoundJoins are round.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.LineJoin

    See Also