Line breaks and spaces in wpf tags

Line breaks and spaces in wpf tags

  • Newline character:

  • Space: 
     <!--换行符:&#x0a;
       空格:&#xA0;
     -->
<Label FontSize="14"  Foreground="Gray" Content="
注意:● 请先点击左侧需要导出的字段,以作为导出列                            
&#x0a;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;
● 已选的列可以修改列名" 
HorizontalAlignment="Left" Margin="0,0,0,0" VerticalAlignment="Top">
</Label>

Guess you like

Origin blog.csdn.net/u011511086/article/details/132224580