Image
Type
widget
Summary
An image widget
Description
A widget to display images
Associated Syntax
Property
| Name | Summary | Syntax |
|---|---|---|
| borderWidth | The border width of the image widget | set the borderWidth of <widget> to pWidth get the borderWidth of <widget> |
| fillType | Define how the image is filled inside the widget. | set the fillType of <widget> to {<string>} get the fillType of <widget> |
| borderRadius | The border radius of the image widget | set the borderRadius of <widget> to pRadius get the borderRadius of <widget> |
| assetInfo | Define how to access media assets | set the assetInfo of <widget> to {<array>} get the assetInfo of <widget> |
| formattedWidth | The formatted width of the image | get the formattedWidth of <widget> |
| formattedHeight | The formatted height of the image | get the formattedHeight of <widget> |
| originalHeight | The original height of the image | get the originalHeight of <widget> |
| originalWidth | The original width of the image | get the originalWidth of <widget> |
| imageAlign | Define how the image is aligned inside the widget. | set the imageAlign of <widget> to {<point>} get the imageAlign of <widget> |
| borderColor | The border color of the image widget | set the borderColor of <widget> to pColor get the borderColor of <widget> |