MainPage.xaml
上传用户:zhouwei825
上传日期:2021-04-15
资源大小:51k
文件大小:1k
源码类别:

SilverLight

开发平台:

C#

  1. <UserControl x:Class="FullScreen.MainPage"
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5.     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6.     mc:Ignorable="d"
  7.     d:DesignHeight="300" d:DesignWidth="400">
  8.     <Grid x:Name="LayoutRoot" Background="#46461F">
  9.         <ToggleButton Content="全屏" Click="Button_Click" x:Name="tbClick" Width="350" Height="120"></ToggleButton>
  10.     </Grid>
  11. </UserControl>