зеркало из https://github.com/DeGsoft/maui-linux.git
14 строки
602 B
XML
14 строки
602 B
XML
<?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.Bz45299">
|
|
<local:Bz45299Control
|
|
BackgroundColor="Silver"
|
|
HorizontalOptions="FillAndExpand"
|
|
VerticalOptions="FillAndExpand" x:Name="ctrl">
|
|
<local:Bz45299Control.PortraitLayout>
|
|
<local:Bz45299OrientationLayout Count="3" Spacing="1" />
|
|
</local:Bz45299Control.PortraitLayout>
|
|
</local:Bz45299Control>
|
|
</ContentPage> |