gpt4 book ai didi

wpf - 奇怪的 Horizo​​ntalContentAlignment(非)行为

转载 作者:行者123 更新时间:2023-12-04 07:05:10 25 4
gpt4 key购买 nike

我在 app.xaml 中定义了一个样式:

<Style x:Key="textBoxCenter" TargetType="{x:Type TextBox}">
<Setter Property="VerticalContentAlignment" Value="Center"/>
<Setter Property="HorizontalContentAlignment" Value="Center"/>
</Style>

我使用 window1.xaml 中的样式:
<TextBox
Style="{StaticResource textBoxCenter}"
Background="BlanchedAlmond" Text="BobbleHead" />
<TextBox
Style="{StaticResource textBoxCenter}"
Background="AliceBlue" Text="WhammyBar" />

但是,设计器和运行时的水平对齐方式都是“左”,即使“属性”工具栏说它是“居中”。

最佳答案

将此行添加到您的样式中:

<Setter Property="TextAlignment" Value="Center"/>

关于wpf - 奇怪的 Horizo​​ntalContentAlignment(非)行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1213252/

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