зеркало из https://github.com/DeGsoft/maui-linux.git
17 строки
1008 B
XML
17 строки
1008 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"
|
|
x:Class="Xamarin.Forms.Controls.Issues.Bugzilla27417Xaml">
|
|
<StackLayout Spacing="10">
|
|
|
|
<Button BackgroundColor="Color.Gray" Text="Click Me"></Button>
|
|
<Button BackgroundColor="Color.Gray" Image="coffee.png"></Button>
|
|
<Button BackgroundColor="Color.Gray" Image="coffee.png" Text="Click Me"></Button>
|
|
<Button BackgroundColor="Color.Gray" Image="coffee.png" Text="Click Me" ContentLayout="Top,10"></Button>
|
|
<Button BackgroundColor="Color.Gray" Image="coffee.png" Text="Click Me" ContentLayout="Bottom,10"></Button>
|
|
<Button BackgroundColor="Color.Gray" Image="coffee.png" Text="Click Me" ContentLayout="Right"></Button>
|
|
|
|
<Button HeightRequest="125" WidthRequest="200" BackgroundColor="Lime" Image="coffee.png" HorizontalOptions="Center" VerticalOptions="Center"/>
|
|
|
|
</StackLayout>
|
|
</ContentPage> |