我在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=""/>
...
...