I'd like to pass a user setting into a converter as the converter parameter in wpf. Can anyone tell me how to do this?
Something like the following (which doesn't work):
<TextBlock Text="{Binding MyText, Converter={StaticResource MyConverter}, ConverterParameter={x:Static properties:Settings.Default.MyParameter}" />