10 2014 档案
摘要:wpf多程序集之间共享资源字典--CLR名称空间未定义云云 分类: WPF 2012-10-28 10:57 1162人阅读 评论(0) 收藏 举报 以下介绍如何创建可用于在多个程序集之间共享的资源字典1.新建Wpf自定义控件库,名称为MyContorlLib,项目资源结构图如下:2.打开Theme...
阅读全文
摘要:WPF的Presenter(ContentPresenter)2010-12-20 14:34 by Clingingboy, 10619 阅读, 3 评论, 收藏, 编辑这是2年前写了一篇文章http://www.cnblogs.com/Clingingboy/archive/2008/07/03...
阅读全文
摘要:decorator:在元素“周围”设置外边框、背景或者二者。adorner:在已存在的Visual “之上”叠加Visual。AdornerDecorator:为可视化树中其下面的元素提供一个装饰器层。AdornerDecorator 只能包含一个子级,即 AdornerDecorator 下可视化...
阅读全文
摘要:public class Border : System.Windows.Controls.Decorator说明:在另一个元素的周围绘制边框、背景或同时绘制二者。
阅读全文
摘要:System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.Media.ContainerVisu...
阅读全文