我有内容页:
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="NetMauiApp.LoginPage"
Title="LoginPage">
<Grid RowDefinitions="Auto,*,Auto">
<!--Header-->
<Grid>
<!--header content-->
<Image Source="topsiof.png" VerticalOptions="Start" Margin="0 -1 0 0" />
</Grid>
字符串
我在编译时遇到以下错误:错误XFC 0040无法将值“0 -1 0 0”转换为“Microsoft.Maui.Thickness”。
但是,我可以删除margin属性来运行我的应用程序,并在进行调试时再次添加它,而不会出现任何错误。
为什么会出现这种情况?
1条答案
按热度按时间pxq42qpu1#
文档中的示例-注意逗号的使用
字符串