1. 为什么选择Aero2 除了以外观为卖点的控件库,WPF的控件库都默认使用"素颜"的外观,然后再提供一些主题包.这样做的最大好处是可以和原生控件或其它控件库兼容,而且对于大部分人来说模仿原生的主题也比自己设计一套好看的UI容易得多. WPF有以下几种原生主题: 主题文件 桌面主题 Classic.xaml Windows XP 操作系统上的经典 Windows 外观(Windows 95.Windows 98 和 Windows 2000). Luna.NormalColor.xa
public static class TextTrmmingShowToolTip { public static readonly DependencyProperty IsToolTipProperty = DependencyProperty.RegisterAttached( "IsToolTip", typeof(bool), typeof(TextTrmmingShowToolTip), new PropertyMetadata(default(bool), TextPr
第一种: <TextBlock> This is line 1.<LineBreak/> This is line 2. </TextBlock> 第二种 <TextBlock xml:space="preserve">This is line 1. This is an indented line 2.</TextBlock> 第二种加了xml:space="preserve",可以直接在文本上按spac