WPF: 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 don via converter...
|
feedback
|
|
Yes, this is possible. For example:
| |||||
feedback
|
|
I managed to get something similar to work by using:
Hope it works for you too. Yann PS - CompanyName is the name of the actual ViewModel property I was binding the textblock to | |||
|
feedback
|