摘要: Windows phone7 动态添加控件2011-03-29 3:48using System;using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animati 阅读全文
posted @ 2012-04-06 13:40 songtzu 阅读(219) 评论(0) 推荐(0)
摘要: windows phone7 TextBlock属性和功能详解TextBlock让内容换行<lineBreak>如HTML的<br/>一样如图效果还不错~呵呵我们再来看看如何让文本对齐,这个要用到属性TextAlignment(文本对齐)它有4个属性 left right center justify我们现在只做一个right的效果展示,有兴趣的你,可以联系联系效果如图下来我们看下TextBlock的字体相关属性一共有6个 FontFamily(字体) FontSize(字号)FontStretch(字体拉伸)FontStyle(字体样式)FontWeight(字体粗细 阅读全文
posted @ 2012-04-06 10:29 songtzu 阅读(993) 评论(0) 推荐(0)