Provides an image from a source such as a file, url, or other source.

Example

The following example displays an Image from a FileImageSource:

<Image>
    <FileImageSource File="fuse.png" />
</Image>

A common pattern is to declare ImageSources as global resources, as shown below.

<FileImageSource ux:Global="FuseLogo" File="fuse.png" />

<Image Source="FuseLogo" />

Available image source types:

Location

Namespace
Fuse.Resources
Package
Fuse.Elements 2.9.1
Show Uno properties and methods

Interface of ImageSource

Inherited from PropertyObject

Inherited from object