mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Code snippet fix
This commit is contained in:
@ -13,11 +13,11 @@ import ImageModule = require("ui/image");
|
|||||||
// <!--Bind the image source property to view-model property -->
|
// <!--Bind the image source property to view-model property -->
|
||||||
// {%raw%}<Image src="{{ thumbnailImageUrl }}" />{%endraw%}
|
// {%raw%}<Image src="{{ thumbnailImageUrl }}" />{%endraw%}
|
||||||
// <!--Load form image from application -->
|
// <!--Load form image from application -->
|
||||||
// <Image source="~/logo.png" stretch ="none" / >
|
// <Image src="~/logo.png" stretch ="none" / >
|
||||||
// <!--Load form image resource -->
|
// <!--Load form image resource -->
|
||||||
// <Image source="res://logo.png" stretch ="none" / >
|
// <Image src="res://logo.png" stretch ="none" / >
|
||||||
// <!--Load form image URL-->
|
// <!--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>
|
// </StackLayout>
|
||||||
// </Page>
|
// </Page>
|
||||||
//```
|
//```
|
||||||
|
Reference in New Issue
Block a user