コード例 #1
0
        protected override void OnSourceInitialized(EventArgs e)
        {
            base.OnSourceInitialized(e);

            var hwnd = new WindowInteropHelper(this).Handle;

            WindowUtilities.MakeWindowCompletelyTransparent(hwnd);
        }