WPF ChromiumWebBrowser,Web Page Background Transparency
dose anybody test it?
HTML Code:
<style>
html, body {
margin: 0px;
height: 100%;
width: 100%;
overflow: hidden;
background: rgba(0, 0, 0, 0);
}
</style>