【发布时间】:2019-05-09 07:16:52
【问题描述】:
【问题讨论】:
-
你试过
Border吗?
【问题讨论】:
Border吗?
您可以使用 borderthickness 和 textalingment 来实现您所展示的效果。
<TextBox BorderThickness="0,0,0,1" VerticalAlignment="Top" TextAlignment="Right" Text="Textbox with text on right"></TextBox>
【讨论】: