![]() |
Tile








Public Data Item |
Declared in: NiImage.h |
Declaration
bool Tile;
Description
Specifies if the image is tiled.
Notes:
1. Use the Tile property to repeat a small square image multiple times to fill a larger area.
2. For the Tile property to work properly, the image size should be smaller than the size available for the image to draw within the control.
3. The Tile property takes precedence over the Stretch property.
4. This property does not apply to CNiImage objects representing captions.