Back to Uno

Popup

doc/articles/controls/Popup.md

6.6-release-branch-cut365 B
Original Source

Popup

Customizing light-dismiss overlay

If you want to show a dimmed overlay underneath the popup, set the Popup.LightDismissOverlayMode property to On.

If you wish to customize the overlay color, add the following to your top-level App.Resources:

xml
<SolidColorBrush x:Key="PopupLightDismissOverlayBackground"
                 Color="Red" />