# GC.Spread.Sheets.Shapes.LinearGradientFillDirection

## Content

# Enumeration: LinearGradientFillDirection

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

Defines linear gradient fill direction of shape.

## Table of contents

### Enumeration members

- [bottomLeftToTopRight](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#bottomlefttotopright)
- [bottomRightToTopLeft](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#bottomrighttotopleft)
- [linearDown](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#lineardown)
- [linearLeft](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#linearleft)
- [linearRight](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#linearright)
- [linearUp](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#linearup)
- [topLeftToBottomRight](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#toplefttobottomright)
- [topRightToBottomLeft](GC.Spread.Sheets.Shapes.LinearGradientFillDirection#toprighttobottomleft)

## Enumeration members

### <a id="bottomlefttotopright" name="bottomlefttotopright"></a> bottomLeftToTopRight

• **bottomLeftToTopRight** = `315`

Bottom Left To Top Right

___

### <a id="bottomrighttotopleft" name="bottomrighttotopleft"></a> bottomRightToTopLeft

• **bottomRightToTopLeft** = `225`

Bottom Right To TopLeft

___

### <a id="lineardown" name="lineardown"></a> linearDown

• **linearDown** = `90`

Linear Down

___

### <a id="linearleft" name="linearleft"></a> linearLeft

• **linearLeft** = `180`

Linear Left

___

### <a id="linearright" name="linearright"></a> linearRight

• **linearRight** = `0`

Linear Right

___

### <a id="linearup" name="linearup"></a> linearUp

• **linearUp** = `270`

Linear Up

___

### <a id="toplefttobottomright" name="toplefttobottomright"></a> topLeftToBottomRight

• **topLeftToBottomRight** = `45`

Top Left To Bottom Right

___

### <a id="toprighttobottomleft" name="toprighttobottomleft"></a> topRightToBottomLeft

• **topRightToBottomLeft** = `135`

Top Right To Bottom Right
