summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz53203.xaml
blob: 540f476d6e895881c53335fcc2f0801282ef74a8 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
	xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
	xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
	x:Class="Xamarin.Forms.Xaml.UnitTests.Bz53203">
	<Label x:Name="label0"
		Grid.Row="{x:Static local:Bz53203.IntValue}"
		local:Bz53203.Parameter="{x:Static local:Bz53203Values.Better}"/>
</ContentPage>