gpt4 book ai didi

c# - TextBox没有BorderStyle属性

转载 作者:行者123 更新时间:2023-12-03 10:53:21 25 4
gpt4 key购买 nike

我正在尝试创建一个文本框,该文本框是可选的,但看起来像一个标签。其他people讨论过将BorderStyle设置为None以便隐藏TextBox外观。为什么我不能从Xaml访问BorderStyle?我正在使用MVVM设计模式。

enter image description here

最佳答案

BorderStyle仅存在于WinForms中,而WPF使用BorderThicknessBorderBrush
最简单的方法是这样的:

<TextBox BorderThickness="0" Background="Transparent" />

为了进行更多自定义,您可以覆盖 ControlTemplate,例如本文中描述的: wpf textbox flat border style

顺便说一句:如果控件的外观与大多数应用程序中的外观完全不同,则可能会使用户感到困惑。

关于c# - TextBox没有BorderStyle属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35231645/

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