<?xml version="1.0" encoding="UTF-8"?><ContentPagexmlns="http://xamarin.com/schemas/2014/forms"xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"x:Class="SampleApp.Views.Functionality3"><ContentPage.Content><StackLayoutVerticalOptions="CenterAndExpand"HorizontalOptions="CenterAndExpand"><LabelText="Click the button below"x:Name="label"></Label><ButtonClicked="Button_Clicked"Text="Assign focus to the label above"x:Name="button"></Button></StackLayout></ContentPage.Content></ContentPage>