summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
blob: 7118c5d8abbdf53293e5f9d817d876cb41bff1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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"
			 List="Foo, Bar">
	<Label x:Name="label"
		HorizontalOptions="EndAndExpand"
		RelativeLayout.XConstraint="2" Margin="2,3"/>
</ContentPage>