DEV Community

Max Angelo Dapitilla Perin
Max Angelo Dapitilla Perin

Posted on

Answer: How to change label text in xamarin

Does this work in Xamarin?

Yes, it does.

If it does why does this code not change the text?

Because the Label component is not bounded to the variable, it just gets its value when you did Label_ControlSW.Text = controlSW_Out; and no furthermore.

To make it works you have basically…

Top comments (0)