summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml
blob: fd0cfb4ddbe588913b09d2eaf1a07ee6d6f94e77 (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.Bz44216">
	<ContentPage.Behaviors>
		<local:Bz44216Behavior MinLengh="5" />
	</ContentPage.Behaviors>
</ContentPage>