摘要: WPF的Presenter(ContentPresenter)2010-12-20 14:34 by Clingingboy, 10619 阅读, 3 评论, 收藏, 编辑这是2年前写了一篇文章http://www.cnblogs.com/Clingingboy/archive/2008/07/03... 阅读全文
posted @ 2014-10-22 11:25 长白山 阅读(407) 评论(0) 推荐(0)
摘要: decorator:在元素“周围”设置外边框、背景或者二者。adorner:在已存在的Visual “之上”叠加Visual。AdornerDecorator:为可视化树中其下面的元素提供一个装饰器层。AdornerDecorator 只能包含一个子级,即 AdornerDecorator 下可视化... 阅读全文
posted @ 2014-10-22 10:33 长白山 阅读(226) 评论(0) 推荐(0)
摘要: public class Border : System.Windows.Controls.Decorator说明:在另一个元素的周围绘制边框、背景或同时绘制二者。 阅读全文
posted @ 2014-10-22 09:55 长白山 阅读(366) 评论(0) 推荐(0)