/V4/Quickstarts/Hello World/HelloWorld.Silverlight/HelloWorld.Silverlight/Shell.xaml
# · XAML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 98c45b08af173027daaf14c3483fdb8f MD5 · raw file
- <UserControl x:Class="HelloWorld.Shell"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:Regions="http://www.codeplex.com/prism"
- Width="400" Height="300">
- <ItemsControl Name="MainRegion" Regions:RegionManager.RegionName="MainRegion"/>
- </UserControl>