The TabFormatWrapMode enumeration contains options of background image overlay in a cell if the image size is less than the area to fill.
It is used by the following property:
Value | Brief description |
-1 | Undefined. Expand the image in the way it occupies the entire cell area. |
0 | Tile. The entire cell area is tiled with the image. |
1 | TileFlipX. Flip the image horizontally and render the obtained image to the right relative to the source image. Then the entire cell area is tiled with the image. |
2 | TileFlipY. Flip the image vertically and render the obtained image from the bottom relative to the source image. Then the entire cell area is tiled with the image. |
3 | TileFlipXY. Render four images:
|
4 | Clamp. One image is fixed in the upper left corner of the cell area. |
See also: