I need to bind FontSize
of a label, so the user can change it runtime. Its under a XAML DataTemplate
so I cant change it using the Label's name.
I want to specify the NamedSize
"Large", "Medium" or "Small".
I tried using string
Property and double
Property
↧
How do I bind FontSize of a label?
↧