FileImageSource ux
Specifies an image file as a data source to be displayed by an Image element.
Provides an image from a source such as a file, url, or other source.
The following example displays an Image from a FileImageSource:
<Image>
<FileImageSource File="fuse.png" />
</Image>
A common pattern is to declare ImageSource
s as global resources, as shown below.
<FileImageSource ux:Global="FuseLogo" File="fuse.png" />
<Image Source="FuseLogo" />
Specifies an image file as a data source to be displayed by an Image element.
Provides an image fetched via HTTP which can be displayed by the Image control.
Used to specify multiple image sources that an Image element can display at different pixel densities.
Creates a new ImageSource