Image Layer
Layer dedicated to displaying an image among the resources on the screen.
Properties
| Property | Description |
| Image | Name of the image for the layer to display. |
| Opacity | Opacity of the layer (from 0 for completely transparent to 1 for completely opaque). |
| Ornament | Name of the layer ornament from the active ThemePack (Qubes 9.0). |
| PositionLeft | Horizontal offset from the left edge of the layer. |
| PositionReference | Indicates the layer's position reference. See Layer Layout. |
| PositionTop | Vertical offset from the top of the layer. |
| Rotation | Angle of rotation, expressed in degrees clockwise (Qubes 5.6). |
| SizeHeight | Desired height of the layer. |
| SizeWidth | Desired width of the layer. |
| Visible | Boolean indicating whether or not the layer will be visible. |
| VisibleEffect | String indicating the visual effect to apply when the Visible property changes (Qubes 5.6). |
Remarks
If SizeHeight and SizeHeight are both set to (auto) the size of the image layer will be that of the image.
If one of the two dimensions is defined, the dimension set to (auto) will be adjusted to preserve the image's aspect ratio.
Finally, if both dimensions are defined, the image's aspect ratio will be altered according to those dimensions.
See the image specifications.
Another way to include an image is to use an image component.
The Rotation property is not applied during design.