gpt4 book ai didi

c# - Visual Studio WPF 设计器的问题! :(

转载 作者:太空狗 更新时间:2023-10-29 20:49:38 24 4
gpt4 key购买 nike

为什么会出现这个错误:

'{DependencyProperty.UnsetValue}' is not a valid value for the 'System.Windows.Controls.Panel.Background' property on a Setter.

我确定所有控件样式都设置好了,但是 Visual Studio Designer 显示此错误! :'( 我确信代码没问题,我不想让你的浏览器屏幕充满大量代码...

我多次看到这个错误,我不知道如何调试它!请帮助我,如果你知道一些调试技巧!

编辑:

在 Player.xaml(UserControl) 中:

<Button Height="40" Name="btnNext"  Style="{StaticResource ResourceKey=NextButton}" Click="btnNext_Click" />

重建项目后,我在#:-s 上面的行看到错误

在 Constants.xaml 中:

<ImageBrush x:Key="nextImage" ImageSource="../Images/next.png" />

在 Generic.xaml 中:

 <Style TargetType="{x:Type Button}" x:Key="NextButton">
<Setter Property="Background" Value="{StaticResource ResourceKey=nextImage}" />
<Setter Property="Template" Value="{StaticResource ResourceKey=PlayerButtonTemplate}" />
</Style>

提前致谢...:)

最佳答案

嘿!

终于解决了!我只是将每个 StaticResource 更改为 DynamicResource,现在一切都很好!

关于c# - Visual Studio WPF 设计器的问题! :(,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4997679/

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