[]
        
(Showing Draft Content)

GC.Spread.Sheets.Shapes.LineJoinStyle

Enumeration: LineJoinStyle

Sheets.Shapes.LineJoinStyle

Specifies the corners style of two intersecting lines.

Table of contents

Enumeration members

Enumeration members

bevel

bevel = 2

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


miter

miter = 1

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


round

round = 0

Specifies the corners where the two lines intersect are rounded.