In this article
Not finding the help you need?
The Image widget shows an image in your mobile application.
Note: When working with images following the best practices is a must.
Improve this document
Demo Source
Improve this document
Demo Source
| Name | Type | Description |
decodeHeight | Length | [Android only] Gets or sets the desired decode height of the image. |
decodeWidth | Lengt | [Android only] Gets or sets the desired decode width of the image. |
isLoaded | boolean | Gets a value indicating if the image is loaded. |
isLoading | boolean | Gets a value indicating if the image is currently loading. |
loadMode | "sync", "async" | Gets or sets the loading strategy for images on the local file system. |
src | string | Gets or sets the source of the Image. This can be either an URL string or a native image instance. |
stretch | Stretch | Gets or sets the image stretch mode. |
tintColor | Color | A color used to tint template images. |