使用MasterDetailPage时的BackgroundImage

时间:2015-07-07 19:34:17

标签: xamarin xamarin.forms

我有一个ContentPage,如下所示:

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    x:Class="XXXXXX"
    Title="Title"
    BackgroundImage="bg_app.png"
    Padding="5">

当我直接在App.Current.MainPage中使用该页面时,出现了BackgroundImage ...但是,当我在MasterDetailPage.Detail中使用相同的页面时,背景图像不起作用......

当我设置MasterDetailPage.BackgroundImage属性时...... BackgroundImage也不起作用。

任何sugestions?

0 个答案:

没有答案
相关问题