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}}
?
Mode=OneWay
isn't required, e.g. forGrid.Row
. Anyway - I finally got ridden of magic numbers from XAML in favor of enums, thanks! – Bordereau