<Page>
  <StackLayout>
    <Label text="resource:" />
    <Image src="res://icon" stretch="none" horizontalAlignment="left"/>
    
    <Label text="url:" />
    <Image src="http://www.google.com/images/errors/logo_sm_2.png" stretch="none" horizontalAlignment="left"/>
    
    <Label text="app file:" />
    <Image  src="~/logo.png" stretch="none" horizontalAlignment="left" />
  </StackLayout>
</Page>
