WPF 绑定数据方式

========================================================================

Foreground="{Binding Path=Foreground, RelativeSource={RelativeSource AncestorType={x:Type ListBoxItem}}}"

 ==============================================================

Binding="{Binding RelativeSource={RelativeSource Self}, Path=IsMouseOver}"

=======================================

原文地址:https://www.cnblogs.com/tianciliangen/p/5390970.html