-
-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
Describe the bug
I've been developing my UI using 2.8 at first and then 2.9, and the well-known WPF trick of using the wpf window handle to allow transparency has been working great, but since 2.10.0, all I can get is half-transparency.
##Code that Demonstrates the Problem
wpfWindow.AllowsTransparency = true;
wpfWindow.Background = System.Windows.Media.Brushes.Transparent;
wpfWindow.ShowActivated = ActivateOnShow;
wpfWindow.Topmost = Topmost;Specifications
- Eto Version: 2.10.0, 2.10.1
- Platform(s): WPF
- Operating System(s): Win10
Reactions are currently unavailable