摘要: 1.//启用自定义字体此示例需将Bayernttf字体放置于工程目录下 "./#Bayern" ,如果为已安装的字体则不需要 This is an embedded font 2.//在button里绘制多边形 3.//把lable和textbox进行绑定 Choose _A Choose _B 4.//RadioButtonGroup 不指定GroupName 则按父容器划分 Group 1 ... 阅读全文
posted @ 2013-12-16 15:28 DragonX 阅读(409) 评论(0) 推荐(0)
摘要: 1. 2.public class Window1 : Window { private Button button1; public Window1(string xamlFile) { InitializeComponent(xamlFile); } ... 阅读全文
posted @ 2013-12-16 09:48 DragonX 阅读(406) 评论(0) 推荐(0)