Back to Main Load Limitations Page


AllowsTransparency Property on Window type


AllowsTransparency is a new (since June CTP) propery on the Window class, which allows you to create layered windows (see http://laurenlavoie.com/avalon/162). Unfortunately, this property does not load in the designer.

<Window x:Class="CiderWindowsApplication20.Window1"
		        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
		        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
		        Title="Contacts"        
		        Height="287"
		        Width="488" WindowStyle="None" AllowsTransparency="True" >
		  </Window
	

Back to Main Load Limitations Page
Microsoft Communities