summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
blob: b16306467d074806e5dbbb13f0ca589fd6d343dd (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
			 xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
			 x:Class="Xamarin.Forms.Xaml.UnitTests.CompiledTypeConverter"
			 RectangleP="0,1,2,4"
			 RectangleBP="4,8,16,32"
			 BackgroundColor="Pink">
	<Label x:Name="label"
		HorizontalOptions="EndAndExpand"
		RelativeLayout.XConstraint="2" />
</ContentPage>