Template editor image opties
Onderstaande tabel is een Engelse uitleg hoe deze opties worden geïnterpreteerd.
Name | Description |
AutoSize | The picture control's size is adjusted to that of the image it contains. |
CenterImage | The image is displayed in the center of the picture control. If the image is larger than the picture control, the outside edges are clipped. |
Normal | The image is placed in the upper-left corner of the picture control. The image is clipped if it is larger than the picture control which contains it. |
Squeeze | If the picture control's dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the picture control's dimensions. |
StretchImage | The image within the picture control is stretched or shrunk as appropriate to fit the size of the picture control. |
ZoomImage | The image is sized proportionally (without clipping), so that it's best fitted to the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise the closest fitting side (height or width) of the image will be sized to the control and the other side (height or width) of the image sized proportionally (leaving empty space). |