Over at Ask Dr. WPF, they’ve demonstrated a way to use a value converter with less Xaml markup code. It involves more C# code, but if you’re going to be using the value converter often in the markup, it’s a worthwhile strategy. If you just use the converter once, then the extra C# code may not be worth the trouble.