これが私TextBlock
のです:
<StackPanel Orientation="Horizontal" Margin="0,3,0,0">
<TextBlock Text="6 or more characters, at least one letter and a number, " FontFamily="Segoe UI" Foreground="#000000" FontSize="13"/>
<TextBlock Text="no symbols" FontFamily="Segoe UI" Foreground="#000000" FontSize="13"/>
</StackPanel>
そして、これが出力(スクリーンショット)です:
なぜTextBlock
終了スペースをトリミングするのですか?ただし、先頭にスペースがある場合は正常に機能します。