--- nav-title: "Image How-To" title: "image" description: "Examples for using Image" --- # Image Using an image requires the Image module to be loaded. Binding the image source property to a view-model property. ``` XML {%raw%}{%endraw%} ``` ### How to create an image and set its source. ### How to create an image and set its src. ### How to create an image and set its src to file within the application. ### How to create an image and set its src to Data URI. ### How to set image stretching.