[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.LineJoinStyle

Enum LineJoinStyle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the corners style of two intersecting lines.

public enum LineJoinStyle

Fields

Bevel = 2

Specifies the corners where the two lines intersect are cut off at a 45 degree angle.

Miter = 1

Specifies the corners where the two lines intersect are squared off.

Round = 0

Specifies the corners where the two lines intersect are rounded.