[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.LineJoinStyle

LineJoinStyle Enum

Specifies the corners style of two intersecting lines.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum LineJoinStyle
Public Enum LineJoinStyle

Fields

Name Description
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.