<?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:XamarinForms_Frame" x:Class="XamarinForms_Frame.XamarinForms_FramePage">  
    <Label Text="Welcome to Xamarin Forms!" VerticalOptions="Center" HorizontalOptions="Center" />  
    <ContentView>  
        <StackLayout HorizontalOptions="CenterAndExpand" VerticalOptions="CenterAndExpand">  
            <Frame>  
                <Label Text="Hello Xamarin Forms."></Label> </Frame>  
        </StackLayout>  
    </ContentView>  
</ContentPage>