Window opacity not being effected in a method?
Hello, I've been trying to change the opacity of my window through code for a while now but I've had no success. I'm changing the
Tell me if you would like to see any XAML code or MainWindow.cs.
Window.Opacity number in my function but I've had no success. As of now, I've tried setting the background to a SolidBrushColor and setting the opacity from there to no success. I'm also trying INotifyPropertyChanged still to no avail. There are no errors either. The opacity just isn't affected. Here is the code of the overlay window that needs its opacity changed:Tell me if you would like to see any XAML code or MainWindow.cs.