About.xaml
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:1k
源码类别:

SilverLight

开发平台:

HTML/CSS

  1. <UserControl x:Class="SFGS.About"
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
  4.     Width="900" Height="700">
  5.     <Grid x:Name="LayoutRoot" Background="White">
  6.         <Canvas Background="AliceBlue">
  7.             <TextBlock  Canvas.Left="10" Canvas.Top="20" FontSize="30">about me</TextBlock>
  8.             <TextBlock Canvas.Left="10" Width="580" TextAlignment="Left"  TextWrapping="Wrap"  Canvas.Top="100">
  9.                 A lot of websites and marketing research firms offer online surveys. These
  10. surveys are often fun and then you can compare your results with someone
  11. else’s. Surveys are aimed at gathering and compiling information about the
  12. public opinion. Online surveys are found all over internet and have been a
  13. source of valuable data for companies of various sizes  </TextBlock>
  14.         </Canvas>
  15.     </Grid>
  16. </UserControl>