Picture widgets are for displaying static images loaded from a file. Their width and height are set to the size of the image file.
Picture widgets have the following attributes/properties:
| Property | Description | Required | In template | Default | Script |
|---|---|---|---|---|---|
| name | The name of the widget | No | N/A | _picturenn | Read-only |
| x | Horizontal screen position | Yes | N/A | N/A | Yes |
| y | Vertical screen position | Yes | N/A | N/A | Yes |
| image | The image file to display | Yes | N/A | None | Yes |
| visible | Whether or not the widget is shown | No | N/A | True | Yes |