We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9113faa commit af1d90fCopy full SHA for af1d90f
apps/tests/ui/image/image-tests.ts
@@ -9,7 +9,16 @@ import ImageModule = require("ui/image");
9
// Binding the image source property to a view-model property.
10
//```XML
11
// <Page>
12
-// {%raw%}<Image src="{{ thumbnailImageUrl }}" />{%endraw%}
+// <StackLayout>
13
+// <!--Bind the image source property to view-model property -->
14
+// {%raw%}<Image src="{{ thumbnailImageUrl }}" />{%endraw%}
15
+// <!--Load form image from application -->
16
+// <Image source="~/app/logo.png" stretch ="none" / >
17
+// <!--Load form image resource -->
18
+// <Image source="res://app/logo.png" stretch ="none" / >
19
+// <!--Load form image URL-->
20
+// <Image source="http://www.google.com/images/errors/logo_sm_2.png" stretch ="none" />
21
+// </StackLayout>
22
// </Page>
23
//```
24
0 commit comments