Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / LineJoin Enumeration


In This Topic
    LineJoin Enumeration
    In This Topic
    Represents how lines join together.
    Syntax
    'Declaration
     
    
    Public Enum LineJoin 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineJoin
    public enum LineJoin : System.Enum 
    Members
    MemberDescription
    BevelAn angle joint is used to connect lines.
    MiterLine join is mitered.
    RoundLines joined together have a round join.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.LineJoin

    See Also