xaml 中的 WPF 转换器

发布于 2024-09-03 00:15:57 字数 177 浏览 5 评论 0原文

我知道有几种方法可以在 xaml 中使用值转换器,例如使用 StaticResource 从资源获取转换器或使用 Static 从静态实例获取转换器。我的问题是,无论出于何种原因,我在后面的代码中创建了一个转换器实例,并且可以通过非静态属性进行访问,如何在 xaml 中使用此转换器实例进行绑定?

谢谢,

I know there are a few ways to use value converter in xaml, like using StaticResource to get converter from resources or Static to get from a static instance. My question is, for whatever reason, I have a converter instance created in the code behind, and can be accessed through a non static property, How can I use this instance of converter in xaml for binding?

Thanks,

Q

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慕巷 2024-09-10 00:15:57

假设您使用转换器作为绑定的一部分,您也可以在后面的代码中创建绑定,并将其连接到您想要在代码中使用的控件。

Assuming you are using the converter as part of a binding, you could create the binding in your code behind also, and hook it up to the control you want to in code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文