# GC.Spread.Sheets.Shapes.RadialGradientFillDirection

## Content

# Enumeration: RadialGradientFillDirection

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

Defines radial gradient fill direction of shape.

## Table of contents

### Enumeration members

- [fromBottomLeft](GC.Spread.Sheets.Shapes.RadialGradientFillDirection#frombottomleft)
- [fromBottomRight](GC.Spread.Sheets.Shapes.RadialGradientFillDirection#frombottomright)
- [fromCenter](GC.Spread.Sheets.Shapes.RadialGradientFillDirection#fromcenter)
- [fromTopLeft](GC.Spread.Sheets.Shapes.RadialGradientFillDirection#fromtopleft)
- [fromTopRight](GC.Spread.Sheets.Shapes.RadialGradientFillDirection#fromtopright)

## Enumeration members

### <a id="frombottomleft" name="frombottomleft"></a> fromBottomLeft

• **fromBottomLeft** = `3`

From Bottom Left

___

### <a id="frombottomright" name="frombottomright"></a> fromBottomRight

• **fromBottomRight** = `4`

From Bottom Right

___

### <a id="fromcenter" name="fromcenter"></a> fromCenter

• **fromCenter** = `0`

From Center

___

### <a id="fromtopleft" name="fromtopleft"></a> fromTopLeft

• **fromTopLeft** = `1`

From Top Left

___

### <a id="fromtopright" name="fromtopright"></a> fromTopRight

• **fromTopRight** = `2`

From Top Right
