XF内容视图和框架

<?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:App3"
             x:Class="App3.MainPage">
    <Frame OutlineColor="Black" VerticalOptions="Center" HorizontalOptions="Center">
    <Image x:Name="myImage"></Image>
    </Frame>

</ContentPage>
 

posted @ 2018-08-05 15:07  dxm809  阅读(76)  评论(0编辑  收藏  举报