Xamarin Forms content page make background color transparent
问题 I have a requirement where in I need to display a list in a modal popup page.I am able to display a list but I cant make the background color transparent or semi transparent so that the page under it is partially visible. I am pushing the page from my View Model using the folowing: NavigationParameters oNavParams = new NavigationParameters(); oNavParams.Add("Mode", "FeedBack"); oNavParams.Add("selectedItem", txtFeedback); _navigationService.NavigateAsync("PopupBox", oNavParams); Here is my