摘要: View Code xaml public class WaterMarkTextBox:TextBox { public string Watermark { get { return (string)GetValue(WatermarkProperty); } set { SetValue(WatermarkProperty, value); } } // Using a DependencyProperty as the backing store fo... 阅读全文
posted @ 2013-08-09 09:32 法的空间 阅读(425) 评论(0) 推荐(0) 编辑