有两种方式可以实现在模板中元素绑定到父对象
1、<ContentPresenter Margin=”{TemplateBinding Padding}”/>
2、Color=”{Binding RelativeSource={RelativeSource TemplatedParent},
Path=Background.Color}”/>
原文地址:https://www.cnblogs.com/tianmochou/p/11412365.html
时间: 2024-11-08 19:40:26