余白はありますかTextBlockコントロールのテキストですか?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>
結果はここにある:examoleのために私はTextBlock内のテキストの整列や設定の余白をしたいと思います
。
今:| Chatujeへ| _Chatuje
私はTextBlock内の左側にいくつかの空き領域を持っているしたいと思います。
フリースペースTextOfTextBlock
あなたは、あなたのスタイルでPaddingを設定する必要がありません
TextOfTextBlock