BackgroundImage受到挤压

时间:2017-12-09 11:55:38

标签: xaml xamarin

我在XAML中编写了我的页面的可视部分。 我的问题是:我的文本下面有BackgroundImage,我的BackgroundImage被挤压了。如果没有安装,我需要切割我的BackgroundImage图片。 Right now my BackgroundImage is

但我想要BackgroundImage就像那样 - desired background image并且我想要ScrollView文本。

我搜索了所有可能的东西,但我不知道怎么做。 我的页面结构是:

<?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="HelloApp.View.Page2"
             BackgroundImage="WashingtonPicture.jpg">

    <ContentPage.Content>
        <ScrollView>
            <StackLayout Padding = "50">
          <Label TextColor="Black" FontSize ="Large">
                    <Label.FormattedText>
                        <FormattedString>
                            <Span Text=""/>
                              ...
                              ...

0 个答案:

没有答案