Hi,
the following doesn't work:
myLbl.SetBinding<ViewModel>(Label.TextProperty, x => ViewModel.StaticVariable);
What's the equivalent in code of the xaml x:Static markup extension?
Tks.
François
Hi,
the following doesn't work:
myLbl.SetBinding<ViewModel>(Label.TextProperty, x => ViewModel.StaticVariable);
What's the equivalent in code of the xaml x:Static markup extension?
Tks.
François