# GC.Spread.Sheets.Shapes.CompoundType

## Content

# Enumeration: CompoundType

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

Specifies the shape line compound type.

## Table of contents

### Enumeration members

- [double](GC.Spread.Sheets.Shapes.CompoundType#double)
- [simple](GC.Spread.Sheets.Shapes.CompoundType#simple)
- [thickThin](GC.Spread.Sheets.Shapes.CompoundType#thickthin)
- [thinThick](GC.Spread.Sheets.Shapes.CompoundType#thinthick)
- [triple](GC.Spread.Sheets.Shapes.CompoundType#triple)

## Enumeration members

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

• **double** = `1`

Specifies two lines display at both sides of shape path

___

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

• **simple** = `0`

Specifies only display one line around shape path

___

### <a id="thickthin" name="thickthin"></a> thickThin

• **thickThin** = `2`

Specifies two lines, one thick line display at shape outter range, another thin line display at shape inner range

___

### <a id="thinthick" name="thinthick"></a> thinThick

• **thinThick** = `3`

Specifies two lines, one thin line display at shape outter range, another thick line display at shape inner range

___

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

• **triple** = `4`

Specifies three lines, one thick line display around shape path, the other two thin line display at inner and outter shape range
