gpt4 book ai didi

wpf - 将一个只读的 DependencyProperty 绑定(bind)到另一个只读的 DependencyProperty

转载 作者:行者123 更新时间:2023-12-04 21:23:48 24 4
gpt4 key购买 nike

我有一个包含只读 DependencyProperty 的类。从这个类中,我想绑定(bind)到只读 DependencyProperty到另一个只读 DepenendencyProperty另一个类(从代码创建绑定(bind))。

有可能这样做吗? SetBinding() 似乎没有采用 DependencyPropertyKey 的重载作为参数? BindingOperations 似乎都没有-class 来提供这样的功能。

这个问题也可以表述为:我可以为只读 DependencyProperty 创建一个绑定(bind)吗?如果我有 DependencyPropertyKey ?

最佳答案

这是不可能的,因为 FrameworkElement.SetBinding方法只接受 DependencyProperty作为它的第一个参数。如果它也能接受 DependencyPropertyKey 那就太好了反而。因为键在类外是不可见的,所以它在类外仍然是只读的,但在类内你可以将它用于绑定(bind)。不幸的是,这是不可能的。

关于wpf - 将一个只读的 DependencyProperty 绑定(bind)到另一个只读的 DependencyProperty,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7292527/

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