wpf 模板绑定父对象
Posted tianmochou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wpf 模板绑定父对象相关的知识,希望对你有一定的参考价值。
有两种方式可以实现在模板中元素绑定到父对象
1、<ContentPresenter Margin=”TemplateBinding Padding”/>
2、Color=”Binding RelativeSource=RelativeSource TemplatedParent,
Path=Background.Color”/>
以上是关于wpf 模板绑定父对象的主要内容,如果未能解决你的问题,请参考以下文章