0
kicks
Using Element to Element Binding for ToolTips in Silverlight 3
Silverlight 3 provides a new feature called “element to element” binding that allows one element to bind to another element’s property. It’s really useful when you want to tie two objects together so that when one object changes the other changes as well.