<Label Text="EmpName" TextColor="{Binding emp_color}" />
I have created Label control with TextColor bindable property which is declared in ViewModel in separate project from Xamarin.Forms and Native. I need to change this Label TextColor dynamically.
↧
How to change Label TextColor with binding property of ViewModel in MVVM?
↧