<!-- Using a resource image (logo_white_bg.png) from App_Resources/<platform> folders --><Imagesrc="res://logo_white_bg"stretch="aspectFill"></Image><!-- Using local image from app/images/logo.png --><Imagesrc="~/images/logo.png"stretch="aspectFit"></Image><!--
Setting loadMode to async will prevent freezing the UI
on Android when loading photos async (e.g. frm online API)
--><Imagesrc="~/images/logo.png"loadMode="async"stretch="aspectFit"></Image>
<StackLayoutheight="100%"class="m-15"backgroundColor="lightgray"><!-- Image with CSS and an icon fonts --><Imagesrc="font://"class="fas t-36"></Image><!-- Image with stretch property ("none", "aspectFill" and "aspectFit") --><Imagesrc="res://logo_white_bg"stretch="aspectFill"></Image></StackLayout>