标签: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为依赖性属性
标签:this 数据 setvalue val 属性 his length nbsp otto
原文地址:http://www.cnblogs.com/ping2015/p/6611645.html