gpt4 book ai didi

wpf - 如何在 WPF 中将当前元素的属性作为命令参数发送?

转载 作者:行者123 更新时间:2023-12-03 03:30:09 24 4
gpt4 key购买 nike

我有一个带有背景颜色的按钮,我想将此背景颜色作为命令参数发送到命令绑定(bind)!我怎样才能做到这一点?

<Button Background="Red" Command="{Binding ChangeColorCommand}" CommandParameter="{Binding this.Background}" />

最佳答案

我认为你必须在绑定(bind)中使用RelativeSource...

<Button Background="Red" Command="{Binding ChangeColorCommand}"
CommandParameter="{Binding
RelativeSource={RelativeSource Self},
Path=Background}"/>

关于wpf - 如何在 WPF 中将当前元素的属性作为命令参数发送?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2386373/

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