wpf中的空格怎么实现
3个回答
展开全部
小于号( <) < 大于号 (>) > &符号 (&) &;
引号(“) " ; 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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你说的是在Xaml语言中的空格吧?
Xaml本质上是Xml。因此,你搜索一下xml:space的用法看看。这儿貌似不能贴网址,也不知道能不能看到下面这个:
http://blog.sina.com.cn/s/blog_5303a57701009zv9.html
Xaml本质上是Xml。因此,你搜索一下xml:space的用法看看。这儿貌似不能贴网址,也不知道能不能看到下面这个:
http://blog.sina.com.cn/s/blog_5303a57701009zv9.html
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询