/ Published in: XML
WPF unleashed pg 303
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<PriorityBinding> <Binding Source="HighPri" Path="SlowSpeed" IsAsync="True"/> <Binding Source="MediumPri" Path="MediumSpeed" IsAsync="True"/> <Binding Source="LowPri" Path="FastSpeed"/> </PriorityBinding>