ConfiguratorContainer.xaml
上传用户:huazai0421
上传日期:2008-05-30
资源大小:405k
文件大小:1k
源码类别:
SilverLight
开发平台:
C#
- <UserControl x:Class="ESRI.ArcGIS.Samples.SilverMapDemo.UserControls.ConfiguratorContainer"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
- <Grid Background="#eeeeee">
- <Grid Height="20" Background="Black">
- <Rectangle Fill="{StaticResource ReflectionGradient}" />
- <TextBlock Text="{TemplateBinding Title}" Foreground="White"
- FontWeight="Bold" HorizontalAlignment="Left" />
- </Grid>
- <ContentPresenter />
- </Grid>
- </UserControl>