[]
Specifies how images are aligns in grid cells.
public enum ImageAlignEnum
| Name | Description |
|---|---|
| CenterBottom | Image is horizontally aligned to the center and vertically aligned to the bottom of the cell. |
| CenterCenter | Image is horizontally aligned to the center and vertically aligned to the center of the cell. |
| CenterTop | Image is horizontally aligned to the center and vertically aligned to the top of the cell. |
| Hide | Image is not displayed. |
| LeftBottom | Image is horizontally aligned to the left and vertically aligned to the bottom of the cell. |
| LeftCenter | Image is horizontally aligned to the left and vertically aligned to the center of the cell. |
| LeftTop | Image is horizontally aligned to the left and vertically aligned to the top of the cell. |
| RightBottom | Image is horizontally aligned to the right and vertically aligned to the bottom of the cell. |
| RightCenter | Image is horizontally aligned to the right and vertically aligned to the center of the cell. |
| RightTop | Image is horizontally aligned to the right and vertically aligned to the top of the cell. |
| Scale | Image is scaled to fit the maximum area within the cell while preserving the original aspect ratio. |
| Stretch | Image is stretched to cover the whole cell. |
| Tile | Image is tiled to cover the whole cell. |
| TileStretch | Image is split into a grid, corner parts are copied and center is stretched to cover the cell. |