/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

  1. <UserControl x:Class="HelloWorld.Shell"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:Regions="http://www.codeplex.com/prism"
  5. Width="400" Height="300">
  6. <ItemsControl Name="MainRegion" Regions:RegionManager.RegionName="MainRegion"/>
  7. </UserControl>