gpt4 book ai didi

wpf - TextBlock 中的边距文本

转载 作者:行者123 更新时间:2023-12-04 13:06:26 28 4
gpt4 key购买 nike

TextBlock 控件中是否可以使用边距文本?

我对 textBlock 控件的风格在这里:

<Style x:Key="InfosStyle" TargetType="{x:Type TextBlock}">
<Setter Property="FontSize" Value="13"/>
<Setter Property="FontWeight" Value="Normal"/>
<Setter Property="Height" Value="35"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="TextAlignment" Value="Justify"/>
<!--<Setter Property="BorderThickness" Value="1"/>-->
<!--<Setter Property="BorderBrush" Value="#BFE3FE"/>-->
<Setter Property="Background" Value="#BFE3FE"/>
<Setter Property="Margin" Value="2,4,0,1" />
</Style>

结果在这里:

alt text

例如,我想在 textBlock 中的文本上对齐或设置边距。

现在:|Chatuje 到 |_Chatuje

我想在 TextBlock 的左侧有一些可用空间。

可用空间 TextOfTextBlock



文本块

最佳答案

您需要设置Padding在你的风格。像这样的东西

<Setter Property="Padding" Value="10,0,0,0" />

关于wpf - TextBlock 中的边距文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4735146/

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