Code snippet fix

This commit is contained in:
vakrilov
2015-05-18 11:52:56 +03:00
parent 727145caeb
commit c582f83025

View File

@ -13,11 +13,11 @@ import ImageModule = require("ui/image");
// <!--Bind the image source property to view-model property -->
// {%raw%}<Image src="{{ thumbnailImageUrl }}" />{%endraw%}
// <!--Load form image from application -->
// <Image source="~/logo.png" stretch ="none" / >
// <Image src="~/logo.png" stretch ="none" / >
// <!--Load form image resource -->
// <Image source="res://logo.png" stretch ="none" / >
// <Image src="res://logo.png" stretch ="none" / >
// <!--Load form image URL-->
// <Image source="http://www.google.com/images/errors/logo_sm_2.png" stretch ="none" />
// <Image src="http://www.google.com/images/errors/logo_sm_2.png" stretch ="none" />
// </StackLayout>
// </Page>
//```