---
title: "Transparent Content in Webbrowser"  
description: "Transparent Content in Webbrowser"  
author: "Anonymous User"  
published: 2013-09-24  
updated: 2013-09-24  
canonical: https://www.mindstick.com/forum/1522/transparent-content-in-webbrowser  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# Transparent Content in Webbrowser

My [task](https://www.mindstick.com/forum/161761/what-is-the-difference-between-task-and-thread) is to show [HTML](https://www.mindstick.com/articles/1530/design-a-simple-stylish-calculator-using-html-css-and-javascript) [content](https://www.mindstick.com/articles/13019/get-the-best-content-marketing-pricing-packages-for-your-brand) with half-[transparent](https://www.mindstick.com/forum/1784/wpf-webbrowser-on-transparent-window) [elements](https://www.mindstick.com/forum/1440/wpf-button-with-multiple-text-elements) in [WPF](https://www.mindstick.com/forum/304/wpf) app. [Transparency](https://www.mindstick.com/articles/336962/how-blockchain-technology-be-applied-to-improve-transparency-in-industries) should go through Webbrowser and window. Webbrowser should not be half-transparent itself. So i need a HTML content, and i need to see [desktop](https://answers.mindstick.com/qa/31257/what-is-desktop-os) through it.

Is there any way to do something like that?

Thank you.

## Replies

### Reply by Pravesh Singh

Hi Jacob,Check the WPF WebControl. You can set WebControl.IsTransparent to true, and load some content with say body { background-color: transparent; } (you can even specify a custom CSS to be applied to all loaded pages, using WebSession).


---

Original Source: https://www.mindstick.com/forum/1522/transparent-content-in-webbrowser

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
