Math.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. <StackPanel TextElement.FontSize="26" TextElement.FontFamily="Times New Roman" VerticalAlignment="Center" HorizontalAlignment="Center">
  3.         <StackPanel Orientation="Horizontal">
  4.             <TextBlock><Italic><Bold>C</Bold></Italic> = <Run> </Run></TextBlock>
  5.             <Polyline Margin="0, 0, 0, 5" Points="0 5, 2 4, 8 10, 16 0" Stroke="Black" Stretch="Fill" StrokeThickness="1"/>
  6.             <Grid>
  7.                 <Polyline Points="0 0, 1 0" VerticalAlignment="Top" Stretch="Fill" Stroke="Black" StrokeThickness="1"/>
  8.                 <TextBlock><Bold>A</Bold><Run BaselineAlignment="Top" FontSize="12">2</Run> + <Bold>B</Bold><Run BaselineAlignment="Top" FontSize="12">2</Run></TextBlock>
  9.             </Grid>
  10.         </StackPanel>
  11.     </StackPanel>
  12. </Page>