This is a migrated thread and some comments may be shown as answers.

Suggest use Acrylic effect for the fluent theme with windows 10 version 1809

1 Answer 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
wu
Top achievements
Rank 1
Veteran
wu asked on 13 Oct 2018, 07:21 AM

now the fluent theme use the Aero effect,the background is too clear,

the Acrylic effect is better!

there is a opensource project: https://github.com/sourcechord/FluentWPF

the principal code:

     internal enum AccentState
    {
        ACCENT_DISABLED = 0,
        ACCENT_ENABLE_GRADIENT = 1,
        ACCENT_ENABLE_TRANSPARENTGRADIENT = 2,
        ACCENT_ENABLE_BLURBEHIND = 3,
        ACCENT_ENABLE_ACRYLICBLURBEHIND = 4,
        ACCENT_INVALID_STATE = 5
    }

   accent.GradientColor = 0x00FFFFFF;

  

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 17 Oct 2018, 07:07 AM
Hi Wu,

Thanks for the feedback. We are aware that there are changes with the Acrylic effect with that Windows update and will definitely look at it pretty soon, so stay tuned.

Regards,
Kalin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
wu
Top achievements
Rank 1
Veteran
Answers by
Kalin
Telerik team
Share this question
or