Skip to content

[WPF] Transparent Form does not work anymore since 2.10.0 #2834

@princessdaphie

Description

@princessdaphie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions