roubachof / Sharpnado.MaterialFrame

A modern MAUI (and XF) Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
MIT License
498 stars 26 forks source link

[UWP] Add HostBackdrop support #21

Closed mhrastegari closed 2 years ago

mhrastegari commented 3 years ago

Description of Change

It adds UWPHostBackdrop property in MaterialFrame.

Issues Resolved

API Changes

None

Platforms Affected

Behavioral/Visual Changes

MaterialFrame now reveals the desktop wallpaper and other windows that are behind the currently active app.

Screenshots

image

Testing Procedure

Add a main tag of MaterialFrame. Change the MaterialTheme property to AcrylicBlur. Set UwpHostBackdropBlur to true.

roubachof commented 3 years ago

Good idea but what's happening in the case of the Acrylic sample ? Sometimes you want to blur the content of your app and not the content of your desktop.

mhrastegari commented 3 years ago

just added UwpHostBackdropBlur Property as you said

mhrastegari commented 3 years ago

Oh thanks! Done.