优先级绑定
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了优先级绑定相关的知识,希望对你有一定的参考价值。
WPF unleashed pg 303
<PriorityBinding> <Binding Source="HighPri" Path="SlowSpeed" IsAsync="True"/> <Binding Source="MediumPri" Path="MediumSpeed" IsAsync="True"/> <Binding Source="LowPri" Path="FastSpeed"/> </PriorityBinding>
以上是关于优先级绑定的主要内容,如果未能解决你的问题,请参考以下文章