summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
blob: 56d7e082859dc4ff3f1a508f22c546b9c73960b6 (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"
			 x:Class="Xamarin.Forms.Xaml.UnitTests.CompiledTypeConverter"
			 RectangleP="0,1,2,4"
			 RectangleBP="4,8,16,32"
			 BackgroundColor="Pink">
	<Label HorizontalOptions="EndAndExpand" />
</ContentPage>