Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
I know how to make a form complete transparent on a normal C# visual form. But ow do i do it on a WPF form? I want the whole of the form the be transparent exect for the controls in it
Posted

try this one

set window properties like below
WindowStyle="None" AllowsTransparency="True" Background="Transparent"
 
Share this answer
 
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900