ImageBackgroundFillStyle Enum
Specifies the type of image fill effect to apply to a ImageBackgroundFill.
public enum ImageBackgroundFillStyle
Fields
Name | Description |
---|---|
Stretch | The image is stretched across the bounds of the background fill. |
Tile | The image is tiled. |
TileFlipX | Reverses the image horizontally and then tiles the texture or gradient. |
TileFlipXY | Reverses the image horizontally and vertically and then tiles the texture or gradient. |
TileFlipY | Reverses the image vertically and then tiles the texture or gradient. |