gpt4 book ai didi

wpf - 如何使 BorderThickness 从 WPF 资源键接收其值?

转载 作者:行者123 更新时间:2023-12-05 00:05:49 24 4
gpt4 key购买 nike

我尝试创建 String , Int32资源如下,但它不起作用。我收到错误消息,说该值无法转换。

如果您知道如何执行此操作,请提供帮助。

<ResourceDictionary 
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<sys:Int32 x:Key="MyKey">1</sys:Int32>
</ResourceDictionary>

<Label Content="abb" BorderThickness="{StaticResource MyKey}" />

最佳答案

BorderThickness的类型是 System.Windows.Thinkness不是 Int32

<Thickness x:Key="MyKey" >1</Thickness>

祝你好运!

关于wpf - 如何使 BorderThickness 从 WPF 资源键接收其值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4096479/

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