# GC.Spread.Sheets.Shapes.TextureFillAlignment

## Content

# Enumeration: TextureFillAlignment

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

Defines texture fill aligmnet of shape.

## Table of contents

### Enumeration members

- [bottom](GC.Spread.Sheets.Shapes.TextureFillAlignment#bottom)
- [bottomLeft](GC.Spread.Sheets.Shapes.TextureFillAlignment#bottomleft)
- [bottomRight](GC.Spread.Sheets.Shapes.TextureFillAlignment#bottomright)
- [center](GC.Spread.Sheets.Shapes.TextureFillAlignment#center)
- [left](GC.Spread.Sheets.Shapes.TextureFillAlignment#left)
- [right](GC.Spread.Sheets.Shapes.TextureFillAlignment#right)
- [top](GC.Spread.Sheets.Shapes.TextureFillAlignment#top)
- [topLeft](GC.Spread.Sheets.Shapes.TextureFillAlignment#topleft)
- [topRight](GC.Spread.Sheets.Shapes.TextureFillAlignment#topright)

## Enumeration members

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

• **bottom** = `7`

Bottom

___

### <a id="bottomleft" name="bottomleft"></a> bottomLeft

• **bottomLeft** = `6`

Bottom Left

___

### <a id="bottomright" name="bottomright"></a> bottomRight

• **bottomRight** = `8`

Bottom Right

___

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

• **center** = `4`

Center

___

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

• **left** = `3`

Left

___

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

• **right** = `5`

Right

___

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

• **top** = `1`

Top

___

### <a id="topleft" name="topleft"></a> topLeft

• **topLeft** = `0`

Top Left

___

### <a id="topright" name="topright"></a> topRight

• **topRight** = `2`

Top Right
