上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 90 下一页
摘要: 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)
摘要: System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.Media.ContainerVisu... 阅读全文
posted @ 2014-10-21 21:08 长白山 阅读(813) 评论(0) 推荐(0)
摘要: BindingOperations.SetBinding( exp, Expander.IsExpandedProperty, new Binding() { Path = new PropertyPath("SelectedExpander"), Mode = BindingMode.TwoWa... 阅读全文
posted @ 2014-09-14 02:36 长白山 阅读(400) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/haoxinyue/tag/RabbitMQ/http://www.oschina.net/p/rabbitmq 阅读全文
posted @ 2014-09-09 23:25 长白山 阅读(151) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/huangxincheng/archive/2012/06/17/2552322.html 阅读全文
posted @ 2014-09-07 21:16 长白山 阅读(156) 评论(0) 推荐(0)
摘要: WPF布局控件常用属性介绍其它 | 作者:慧都控件网 | 2011-04-06 13:41:57| 阅读 0次 有用 (0) 评论 (0) 概述:WPF布局控件都是派生自System.Windows.Controls.Panel抽象类的面板,Panel类继承自 FrameworkElement,Pa... 阅读全文
posted @ 2014-09-07 14:01 长白山 阅读(1149) 评论(0) 推荐(0)
摘要: 在一个UIElement或多个UIElement外面套上一层布局面板(Grid、StackPanel),可以起到统一管理作用(非重点关注);另外,更重要的是:可以起到扩大UIElement操作有效范围的目的。(比如:一个很小的image,不容易鼠标操作,在其外侧套上一个Gird,让Grid的范围大一... 阅读全文
posted @ 2014-09-06 23:24 长白山 阅读(1539) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-09-06 23:06 长白山 阅读(152) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 90 下一页