Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / LineJoinStyle Enumeration
In This Topic
    LineJoinStyle Enumeration
    In This Topic
    Specifies the corners style of two intersecting lines.
    Syntax
    public enum LineJoinStyle : System.Enum 
    Members
    MemberDescription
    Bevel Specifies the corners where the two lines intersect are cut off at a 45 degree angle.
    Miter Specifies the corners where the two lines intersect are squared off.
    Round Specifies the corners where the two lines intersect are rounded.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.LineJoinStyle

    See Also