我有一个简单的问题:在Xamarin Forms中可以设置图像来填充页面的背景吗? 这是我的ContentPage:
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:Facedoor"
x:Class="Facedoor.LoginPage"
BackgroundImage="pattern-background.png">
图像是一个小纹理,我想填充背景重复它。有可能吗?