Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xamarin 表单模式图像重复填充背景_Xamarin_Xamarin.forms_Xamarin Studio - Fatal编程技术网

Xamarin 表单模式图像重复填充背景

Xamarin 表单模式图像重复填充背景,xamarin,xamarin.forms,xamarin-studio,Xamarin,Xamarin.forms,Xamarin Studio,我有一个简单的问题:在Xamarin表单中,是否可以设置一个图像来填充页面的背景? 这是我的内容页: <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Facedoor" x:Class="Facedo

我有一个简单的问题:在Xamarin表单中,是否可以设置一个图像来填充页面的背景? 这是我的内容页:

<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">

该图像是一个小纹理,我想填补背景重复它。可能吗?

对于android,您可以使用“
android:tileMode=“repeat”
”,但对于使用contentpages的3个平台,可以使用平铺背景。。。。我想你需要一个自定义的渲染器。检查此线程,也许你可以做“相同”但调整图像大小