wpf如何给一个文本加个空格
:<TextBlockGrid.Row="3">计调:管理员财务:管理员</TextBlock>在这里加空格预览后能看到空格的文本.先谢谢啦...
:<TextBlock Grid.Row="3">计调:管理员财务:管理员 </TextBlock > 在这里加空格预览后能看到空格的文本.先谢谢啦
展开
2个回答
展开全部
小于号( <) < 大于号 (>) > &符号 (&) &;
引号(“) " ; xaml 空白处理。
<Window x:Class="xaml_first.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<TextBox Name="txtQuestion" xml:space="preserve" >
[There is a lot of space inside thes quotation marks" ".]
</TextBox>
</Grid>
</Window>
引号(“) " ; xaml 空白处理。
<Window x:Class="xaml_first.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<TextBox Name="txtQuestion" xml:space="preserve" >
[There is a lot of space inside thes quotation marks" ".]
</TextBox>
</Grid>
</Window>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询