标签:元素 前缀 通用 功能 ble nts class fonts color
样式(style)是组织和重用格式化选项的重要工具,通过创建一系列封装所有这些细节的样式,然后在需要之处通过属性来应用样式。
行为(behavior)通过行为封装一些通用的UI功能(例如,使元素可被拖动的代码)
1.1通过资源修改属性
1 <Window.Resources> 2 <FontFamily x:Key="ButtonFontFamily">Times New Roman</FontFamily> 3 <sys:Double x:Key="ButtonFontSize">18</s:Double> 4 <FontWeight x:Key="ButtonFontWeight">Bold</FontWeight> 5 </Window.Resources>
向窗口添加三个资源,假定已将.net名称空间System映射到XAML名称空间前缀sys,
标签:元素 前缀 通用 功能 ble nts class fonts color
原文地址:http://www.cnblogs.com/imstrive/p/6141650.html