Created
August 17, 2023 19:09
-
-
Save timheuer/baa960ba72290dbc285ea92b75cbc7ea to your computer and use it in GitHub Desktop.
Get default value of current foreground
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- I need the parameter of the foreground to be the current value which will serve as a default if not converted --> | |
<TextBlock Foreground="{Binding Path=Conclusion, | |
Converter={StaticResource ConclusionColorConverter}, | |
ConverterParameter={Binding RelativeSource={RelativeSource Mode=Self}}}" Text="{Binding Conclusion}" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment