TImageLayout Type
Specifies the position of the image on the control.
Field | Description |
---|---|
ilNone | The image is left-aligned at the top across the control's client rectangle. |
ilTile | The image is tiled across the control's client rectangle. |
ilCenter | The image is centered within the control's client rectangle. |
ilStretch | The image is streched across the control's client rectangle. |
ilZoom | The image is enlarged within the control's client rectangle. |