摘要: 我们知道大括号"{}"在XAML中是用来处理"标记扩展的,比如:<ButtonContent="{Binding}"/>但如何转义而表示普通大括号的字符串呢? 比如<ButtonContent="{thesearebraces},{Others}"/>但这会编译不过,说未定义的扩展标记.正确的写法是<ButtonContent="{}{thesearebraces},{Others}"/>转载自:http://blog.csdn.net/zhouyinhui/artic 阅读全文
posted @ 2012-08-27 12:54 Ash Tang 阅读(195) 评论(0) 推荐(0) 编辑