[]
Specifies how the background image is rendered.
public enum BackgroundPictureDrawModeEnum
Name | Description |
---|---|
Center | The image is rendered in the center of the cell. |
Fill | The image is stretched and aspect ratio is saved. |
Stretch | The image is stretched to fit within the cell. |
Tile | The image is tiled in the cell. |