DwmEnableBlurBehindWindow

[DllImport("dwmapi.dll", SetLastError = true)]
public static extern int DwmEnableBlurBehindWindow(
   IntPtr hwnd,
   ref DWM_BLURBEHIND pBlurBehind
);

Microsoft documentation: Link

Last updated