maui-linux/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issu.../Bugzilla27417Xaml.xaml

15 строки
860 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>
</StackLayout>
</ContentPage>