The Picture renders a sprite or image into an area.
| Name | Explanation | Type |
|---|---|---|
| Color Mask | The color mask to apply to the Image or Sprite. | Color |
| Horizontal Alignment | The horizontal alignment. | Alignment |
| Hue Shift | Number | |
| Image | The image to render. | Image |
| Sprite | The Sprite to render. | Sprite or Model |
| Stretch To Dimensions | Whether or not to stretch the image to fit the prescribed width and height. | Toggle |
| Template Sprite | The template property name for the sprite. | String |
| Use Template Image | Whether or not to use a template for the image. | Toggle |
| Use Template Sprite | Whether or not to use a template for the sprite. | Toggle |
| Vertical Alignment | The horizontal alignment. | Alignment |
| Disabled Effects | The disabled effects of the element. | User Interface Element Effect |
| Focused Effects | The focused effects of the element. | User Interface Element Effect |
| Is Linked To Selection Context | Whether or not to link the item to a selection context. | Toggle |
| Is Linked To User Interface Context | Whether or not to link the item to the user interface's context. | Toggle |
| Is Relatively Positioned | Whether or not the control is positioned relatively, instead of using pixels. | Toggle |
| Is Visible | Whether or not the control is visible. | Toggle |
| Margin | The margin around the element in pixels. | Margin |
| Pixel Height | The height of the element in pixels. | Number |
| Pixel Width | The width of the element in pixels. | Number |
| Pixel X | The X coordinate of the element in pixels. | Number |
| Pixel Y | The Y coordinate of the element in pixels. | Number |
| Relative Height | The height of the element in screen percentage. | Number |
| Relative Width | The width of the element in screen percentage. | Number |
| Relative X | The X coordinate of the element in screen percentage. | Number |
| Relative Y | The Y coordinate of the element in screen percentage. | Number |
| Selected Effects | The selected effects of the element. | User Interface Element Effect |
| Unfocused Effects | The unfocused effects of the element. | User Interface Element Effect |