Can anybody suggest how to bind a the label FontAttributes to a property in the view model?
This is what i am trying to do
<Label Text="{Binding Subject}" FontAttributes="{Binding MyBoldPropertyFromViewModel}" />
↧
How to bind the lable font attribute? Mvvm
↧