0
votes
Is it possible to start a video playing in a tooltip in Silverlight?
You could do it with a VideoBrush as suggested by BPerreault, but you could also just set Tooltip.Content to a MediaElement.
That is because the Content property of Tooltip inherits from C …
