— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
This is an old revision of the document!
Icon | Property | Description |
---|---|---|
![]() | Element ID | ID for the image. This ID must be unique amongst other elements within the same widget. It is currently auto-generated but will be editable in a future update. |
![]() | Image | Image that will be displayed. |
![]() | Stretch Mode | Determines how the source image will be rendered within the element. See Image Stretch Modes for an explanation of each option. |
![]() | Left Margin | |
![]() | Right Margin | |
![]() | Top Margin | |
![]() | Bottom Margin |
You can access and change certain properties of an image from within a script by simply referencing the parent widget and the element by their unique IDs. See below for an example of changing the element's image. In this case, the widget has an ID of “test” and the image has an ID of “0001”.
Changing an element's image:
widget["test"].element["0001"].image = "new_image.png"