文件名称:hamburger:通用Windows平台最简单的汉堡菜单实现
文件大小:44KB
文件格式:ZIP
更新时间:2024-05-20 08:59:09
C#
UWP的汉堡菜单 通用Windows平台的简单汉堡包菜单实现。 假设您有一个用Blank App模板创建的UWP项目,只需将Shell.xaml和Shell.xaml.cs添加到您的项目中,并按如下所示修改App.xaml.cs : protected override void OnLaunched ( LaunchActivatedEventArgs e ) { var shell = Window . Current . Content as Shell ; // Do not repeat app initialization when the Window already has content, // just ensure that the window is active if ( shell == null ) {
【文件预览】:
hamburger-master
----.gitignore(3KB)
----LICENSE(1KB)
----README.md(2KB)
----UwpHamburgerMenu()
--------Assets()
--------App.xaml(273B)
--------Shell.xaml.cs(839B)
--------MainPage.xaml.cs(857B)
--------App.xaml.cs(4KB)
--------Shell.xaml(6KB)
--------Package.appxmanifest(2KB)
--------UwpHamburgerMenu.csproj(7KB)
--------UwpHamburgerMenu.sln(2KB)
--------Properties()
--------MainPage.xaml(454B)
--------project.json(302B)
----docs()
--------snapped.png(3KB)
--------narrow.png(3KB)
--------square.png(6KB)
--------wide.png(4KB)