码迷,mamicode.com
首页 > Windows程序 > 详细

wpf Binding 小记录

时间:2017-03-24 15:49:23      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:this   数据   setvalue   val   属性   his   length   nbsp   otto   

 

属性绑定:

Grid g = new Grid() { Width = 60, Height = 100 };
g.SetValue(Panel.ZIndexProperty, 10);
//Canvas.SetBottom 绑定数据MLength
Binding bind = new Binding("MoLength") { Source = this };
g.SetBinding(Canvas.BottomProperty,bind);

注:MLength为依赖性属性

 

wpf Binding 小记录

标签:this   数据   setvalue   val   属性   his   length   nbsp   otto   

原文地址:http://www.cnblogs.com/ping2015/p/6611645.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!