2
我基本上是想達到這樣的效果:背景模糊UWP應用程序 - SetWindowCompositionAttribute
...當應用程序的一個區域是完全透明的(左側是圖像中),到點你可以看到桌面(和其後面的其他背景窗口)。模糊不是困難的部分。它使窗口透明。我只是無法使窗口透明(無論是整個窗口還是其中的一部分)。它只是白色。
對無證SetWindowCompositionAttribute
API進行研究並沒有多大幫助。
這裏有一個類似的問題,但它似乎並沒有在C#:How do you set the glass blend colour on Windows 10?
你有解決方案嗎? –