Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acrylic effect changes into normal blur ! #136

Open
ghost opened this issue Sep 5, 2021 · 1 comment
Open

Acrylic effect changes into normal blur ! #136

ghost opened this issue Sep 5, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 5, 2021

Hi. Whenever I move window, acrylic effect changes into normal blur. when I release mouse button, it returns to acrylic effect as I intended. 😢

I want to keep acrylic effect not normal blur. And idea?

<Window x:Class="WpfApp1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:WpfApp1"
        xmlns:fw="clr-namespace:SourceChord.FluentWPF;assembly=FluentWPF"
        mc:Ignorable="d"
        Title="MainWindow" Height="540" Width="960"
        fw:AcrylicWindow.Enabled="True"
        fw:AcrylicWindow.AcrylicWindowStyle="NoIcon"
        fw:AcrylicWindow.NoiseOpacity=".002"
        BorderThickness="0">
</Window>

Honeycam 2021-09-06 03-43-13

@selastingeorge
Copy link

selastingeorge commented Sep 6, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant