gpt4 book ai didi

c# - "Thickness"的 TypeConverter 不支持从字符串转换

转载 作者:行者123 更新时间:2023-11-30 18:30:21 24 4
gpt4 key购买 nike

我正在为 silverlight xaml 文件使用以下代码。

<UserControl x:Class="DBServer.Selenium.Silvernium.ReferenceApplication.SilverlightFixture"    
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
mc:Ignorable="d"
d:DesignWidth="640"
d:DesignHeight="480">
<navigation:Frame x:Name="frameContent" Source="/MainPage.xaml" Margin="0,0,0,0"/> // "Margin" on this line throws error
</UserControl>

但是当我尝试构建它时抛出以下错误

The TypeConverter for "Thickness" does not support converting from a string

最佳答案

尝试了你的代码,它没有抛出任何错误,你确定它在 xaml 而不是运行给出该错误的代码的 xaml.cs 文件中,因为 Thickness 是你在运行代码中定义边距的方式像这样

mainborder.Margin = new Thickness(20, 20, 20, 20);

关于c# - "Thickness"的 TypeConverter 不支持从字符串转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21689972/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com