[DllImport("dwmapi.dll", SetLastError = true)] public static extern int DwmEnableBlurBehindWindow( IntPtr hwnd, ref DWM_BLURBEHIND pBlurBehind );
Microsoft documentation: Link
Last updated 1 year ago