092322d5c80f441c83807f51c8c845e98b364a63
[platform/core/csapi/tizenfx.git] / test / NUITestSample / NUIXAMLTestSample / UTC / TestImageView / ImageTestPage.xaml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ContentPage x:Class="Tizen.NUI.Examples.ImageTestPage"
3   xmlns="http://tizen.org/Tizen.NUI/2018/XAML"
4   xmlns:l="clr-namespace:Tizen.UI_Xaml;assembly=Tizen.UI_Xaml"
5   xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
6
7       <ImageView ResourceUrl="/home/tengxb/GitRepo/nui-xaml/TestXaml/res/images/gallery-0.jpg" 
8         PositionX="10" PositionY="10" Size2D="300, 300" ResourceReady="OnResourceReady" />
9       <ImageView PositionX="10" PositionY="320" Size2D="300, 300" PixelArea="0.1,0.0,0.4,0.6" >
10         <ImageView.Image>
11           <PropertyMap>
12             <KeyValue Key="Visual.Property.Type" Value="{VisualType Image}" />
13             <KeyValue Key="ImageVisualProperty.URL" Value="{x:String /home/tengxb/GitRepo/nui-xaml/TestXaml/res/images/gallery-0.jpg}" />
14           </PropertyMap>
15         </ImageView.Image>
16       </ImageView>
17       <ImageView ResourceUrl="/home/tengxb/GitRepo/nui-xaml/TestXaml/res/images/00_popup_bg.9.png" 
18         PositionX="10" PositionY="630" Size2D="300, 160" SynchronosLoading="true" />
19 </ContentPage>