MainPage.xaml
上传用户:zhouwei825
上传日期:2021-04-15
资源大小:51k
文件大小:1k
- <UserControl x:Class="FullScreen.MainPage"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- mc:Ignorable="d"
- d:DesignHeight="300" d:DesignWidth="400">
- <Grid x:Name="LayoutRoot" Background="#46461F">
- <ToggleButton Content="全屏" Click="Button_Click" x:Name="tbClick" Width="350" Height="120"></ToggleButton>
- </Grid>
- </UserControl>