使用 WPF 中其他控件的属性设置控件的属性

发布于 2024-10-18 01:30:08 字数 102 浏览 2 评论 0原文

我有一个边框,里面有一个文本框。

我想根据文本框的属性设置边框的属性。我想在不使用 ElementName 的情况下完成此操作...这可能吗?请帮帮我。

I have a border inside that I have a text box.

I want to set a property of border based on the property of textbox. I want to accomplish this without using ElementName... Is this possible? Please help me out.

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

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

发布评论

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

评论(1

趁微风不噪 2024-10-25 01:30:08

我认为使用 ElementName 是将边框数据绑定到 TextBox 文本的唯一方法。
获得交互的另一种方法是处理 TextChanged 事件。在处理程序内,您可以解释 TextBox 的值并将其应用到边框。

I think using ElementName is the only way to databind the border to the TextBox's text.
The other way to get the interaction it is to handle the TextChanged event. Inside the handler you can interpret the value of the TextBox and apply it to the border.

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