MultiDensityImageSource And FileImageSource

Hi

I can’t figure out how to use MultiDensityImageSource and an FileImageSource declared globaly

kind of this way

<FileImageSource ux:Global="LogoSD" File="assets/logo/logo.png" Density="1"/>
<FileImageSource  ux:Global="LogoHD" File="assets/logo/logo-hd.png" Density="2"/>

<Image StretchMode="PixelPrecise" Width="60%">
    <MultiDensityImageSource>
        <Image Source="LogoSD" />
        <Image Source="LogoHD" />
    </MultiDensityImageSource>
</Image>

But it’s not working as ‘MultiDensityImageSource’ does not have any content properties that accept ‘Image’