码迷,mamicode.com
首页 > 系统相关 > 详细

Shell.xaml

时间:2015-02-12 22:38:12      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:

<Window x:Class="HelloWorld.Shell"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:prism="http://www.codeplex.com/prism"
        Title="Hello World">
  <ItemsControl prism:RegionManager.RegionName="MainRegion">
    <ItemsControl.ItemsPanel>
      <ItemsPanelTemplate>
        <Grid />
      </ItemsPanelTemplate>
    </ItemsControl.ItemsPanel>
  </ItemsControl>
</Window>

Shell.xaml

标签:

原文地址:http://www.cnblogs.com/zisezhixin/p/4288990.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!