Does Xamarin.Forms have any sort of MultiBinding support? If not, how might one go about applying the following.
IsVisible="{Binding AltFileLocation.IsVoiceLoading, Converter={StaticResource NotValueConverter}}"
IsVisible="{Binding IsNeutralVoice}"
Does Xamarin.Forms have any sort of MultiBinding support? If not, how might one go about applying the following.
IsVisible="{Binding AltFileLocation.IsVoiceLoading, Converter={StaticResource NotValueConverter}}"
IsVisible="{Binding IsNeutralVoice}"