![]() |
Stretch








Public Data Item |
Declared in: NiImage.h |
Declaration
bool Stretch;
Description
Specifies if the image is displayed in its normal size or stretched to fit within the control.
Notes:
1. The Tile property takes precedence over the Stretch property. Thus, the Stretch property applies only when Tile is false.
2. You can stretch only bitmap and icon images. By default, you can stretch Metafile images.
3. This property does not apply to CNiImage objects representing captions.