This is a simple MarkupExtension for Xamarin.Forms that imitates an if-else-statement. It was inspired by Thomas Levesque on https://stackoverflow.com/a/841894/6884587
Usage:
- Include xmlns:ext="clr-namespace:Xamarin.Forms.Extensions"
- Use on a bindable property: <Label Text="{ext:SwitchBinding IsLoggedIn, True=Log out, False=Log in}" />
You can also add a StringFormat: