Hi Xamarin experts,
Is there a way to use an expression on a binding to an enumerated type?
Example- is there a way I can do something like this?
IsVisible="{Binding Path=(GameState == State.WAITING_FOR_USER_INPUT)}
Thanks!
Mike
Hi Xamarin experts,
Is there a way to use an expression on a binding to an enumerated type?
Example- is there a way I can do something like this?
IsVisible="{Binding Path=(GameState == State.WAITING_FOR_USER_INPUT)}
Thanks!
Mike