Is it possible to use a converter within a style? For instance I am trying to create a styled TextBlock whose text resizes based on the ActualHeight property of the TextBlock. The resizing would be done via a converter.
Is it possible to use a converter within a style? For instance I am
Share
Yes, this is possible. For example:
Depending on your exact scenario, you might also be able to use the more succinct: