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
that will just set the value of the StaticResource
after converting it?
Something like {Binding Value={StaticResource myStatic}, Converter={StaticResource myConverter}}
?