How to a add a command to a WPF TextBlock?

Viewed 48561

I'd like to be able to click a textblock and have it run a Command. Is this possible? (if not do I just somehow make a tranparent button over it or something?)

3 Answers
Related