ConfiguratorContainer.xaml
上传用户:huazai0421
上传日期:2008-05-30
资源大小:405k
文件大小:1k
源码类别:

SilverLight

开发平台:

C#

  1. <UserControl x:Class="ESRI.ArcGIS.Samples.SilverMapDemo.UserControls.ConfiguratorContainer"
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
  4.     <Grid Background="#eeeeee">
  5. <Grid Height="20" Background="Black">
  6. <Rectangle Fill="{StaticResource ReflectionGradient}" />
  7. <TextBlock Text="{TemplateBinding Title}" Foreground="White" 
  8.    FontWeight="Bold" HorizontalAlignment="Left" />
  9. </Grid>
  10. <ContentPresenter />
  11. </Grid>
  12. </UserControl>