summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39378.xaml
blob: e4d0d90487afce66f7ffe7b669f336d3751ce07b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<local:TestContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Xamarin.Forms.Controls.Issues.Bugzilla39378" xmlns:local="clr-namespace:Xamarin.Forms.Controls">
    <local:TestContentPage.Content>
        <Grid BackgroundColor="{Binding BackgroundColor}" Margin="20" Padding="20">
            <Image AutomationId="image1">
                <Image.Source>
                    <UriImageSource Uri="{Binding HomeImage}" />
                </Image.Source>
            </Image>
        </Grid>
    </local:TestContentPage.Content>
</local:TestContentPage>