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

Is there a way to reduce the size of the top frame shadow and to change the color? #12

Closed rs-mobitech closed 3 years ago

rs-mobitech commented 3 years ago

Here's an image that explains what I mean. On the left half of the frame the white shadow area is normal height. On the right side it's smaller. Is there a way that I could change the height. Also is there a way I can change the color of the top shadow?

Screen Shot 2020-10-10 at 16 34 32
roubachof commented 3 years ago

You can set the AcrylicGlowColor property to change the color of the upper shadow.

For your issue, it’s weird I never saw that before. I will need a repro sample to understand what’s going on

roubachof commented 3 years ago

closed due tu inactivity