第一种: <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
silverlight3取消了watertextbox控件,只有自己实现了个,实现了和textbox一样的无差异使用,只需要设置defaulttext就可以了 using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace iLIS.Common.Controls { /// <summary> /// 自定义WatermarkedTextBox控件