I want to use a Converter to change the value of a StaticResource before assigning it to a property. Is there a way to simulate a Binding
Converter
StaticResource
Binding
This works:
Note that you have to bind one way, because the binding requires a path attribute otherwise. This makes sense, as otherwise the binding would have to replace the whole resource...