We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fluent Window Control on Windows 10, the Acrylic effect does not apply to the Fluent Window Control.
<ui:FluentWindow ExtendsContentIntoTitleBar="True" Height="320" MaxHeight="320" MinWidth="1280" ResizeMode="NoResize" Title="Instrument Initialization" Width="1280" WindowBackdropType="Acrylic" WindowCornerPreference="Default" WindowStartupLocation="CenterScreen" d:DataContext="{d:DesignInstance windowVm:InstrumentInitializationVm, IsDesignTimeCreatable=True}" mc:Ignorable="d" ui:Design.Background="{DynamicResource ApplicationBackgroundBrush}" ui:Design.Foreground="{DynamicResource TextFillColorPrimaryBrush}" x:Class="Views.Windows.InstrumentInitializationWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:controls="clr-namespace:FunctionTest.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:i="http://schemas.microsoft.com/xaml/behaviors" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" xmlns:windowVm="clr-namespace:FunctionTest.ViewModels.Windows" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
Should have acrylic effect (blurry window)
Edition Windows 10 Pro Version 22H2 Installed on 10.06.2022 OS build 19045.5011 Experience Windows Feature Experience Pack 1000.19060.1000.0
8.0.403
Tried both last release (3.0.5) and last pre-release (4.0.0-rc.2)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Fluent Window Control on Windows 10, the Acrylic effect does not apply to the Fluent Window Control.
To Reproduce
Expected behavior
Should have acrylic effect (blurry window)
Screenshots
OS version
Edition Windows 10 Pro
Version 22H2
Installed on 10.06.2022
OS build 19045.5011
Experience Windows Feature Experience Pack 1000.19060.1000.0
.NET version
8.0.403
WPF-UI NuGet version
Tried both last release (3.0.5) and last pre-release (4.0.0-rc.2)
Additional context
No response
The text was updated successfully, but these errors were encountered: