📅  最后修改于: 2022-03-11 14:48:41.859000             🧑  作者: Mango
Binding b = new Binding();
b.RelativeSource = new RelativeSource(RelativeSourceMode.FindAncestor,this.GetType(),1);
b.Path = new PropertyPath("MyDP");
MyLable.SetBinding(ContentProperty, b);