用模板绑定设置​​边框背景

时间:2011-07-30 01:45:11

标签: silverlight colors background templatebinding

1 个答案:

答案 0 :(得分:6)

我在自定义依赖项属性上使用TemplateBinding获得了混合结果。因此,我使用了RelativeSource TemplatedParent,它似乎适用于所有情况。

<EasingColorKeyFrame KeyTime="0:0:.5" Value="{Binding HeaderColor, RelativeSource={RelativeSource TemplatedParent}}" />