# GC.Spread.Sheets.Shapes.LineJoinStyle

## Content

# Enumeration: LineJoinStyle

[Sheets](../modules/GC.Spread.Sheets).[Shapes](../modules/GC.Spread.Sheets.Shapes).LineJoinStyle

Specifies the corners style of two intersecting lines.

## Table of contents

### Enumeration members

- [bevel](GC.Spread.Sheets.Shapes.LineJoinStyle#bevel)
- [miter](GC.Spread.Sheets.Shapes.LineJoinStyle#miter)
- [round](GC.Spread.Sheets.Shapes.LineJoinStyle#round)

## Enumeration members

### <a id="bevel" name="bevel"></a> bevel

• **bevel** = `2`

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

___

### <a id="miter" name="miter"></a> miter

• **miter** = `1`

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

___

### <a id="round" name="round"></a> round

• **round** = `0`

Specifies the corners where the two lines intersect are rounded.
