WrapPanel.xaml
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. <Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'>
  2.   <WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center" TextElement.FontSize="20">
  3.     <TextBlock Cursor="Hand" Padding="8" Background="Green">Try to Reesize Window</TextBlock>
  4.     <TextBlock Cursor="Hand" Padding="8" Background="Black" Foreground="White">Text2</TextBlock>
  5.     <TextBlock Cursor="Hand" Padding="8" Background="Yellow">Text3</TextBlock>
  6.     <TextBlock Cursor="Hand" Padding="8" Background="Red">Text4</TextBlock>
  7.     <TextBlock Cursor="Hand" Padding="8" Background="Orange">Text5</TextBlock>
  8.     <TextBlock Cursor="Hand" Padding="8" Background="Blue">Try to Reesize Window</TextBlock>
  9.     <TextBlock Cursor="Hand" Padding="8" Background="Green">Text7</TextBlock>
  10.     <TextBlock Cursor="Hand" Padding="8" Background="gray">Text8</TextBlock>
  11. </WrapPanel>
  12. </Page>