Defines whether the image is repeated
Member of Image (PRIM_IMAG)
Data Type - Enumeration
The ImageTile property describes how the Image is repeated within the control.
Enum Value | Description |
---|---|
MirrorBoth | The image is tiled and reflected along both the horizontal and vertical axes |
MirrorHorizontal | The image is tiled and reflected along the vertical axis |
MirrorVertical | The image is tiled and reflected along the horizontal axis |
None | The image is not tiled in any way |
Tile | The image is image repeated both vertically and horizontally |
Febuary 18 V14SP2