forked from TyJOrtiz/TemplateApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7e062f
commit 5606d3c
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# TemplateApp | ||
Basic Template for UWP/WinUI 2.8 | ||
# UWP • WinUI (v2.8.1^) • C# (.NET 5) | ||
Basic template app used to easily get a project up-and-going using the Universal Windows Platform (UWP), WinUI (v2.8.1 or newer) and C# (.NET 5.) | ||
|
||
--- | ||
|
||
## Preview Images | ||
|
||
### Search Box in Title Bar | ||
|
||
![searchbox-in-titlebar](https://docs.microsoft.com/en-us/windows/apps/design/basics/images/titlebar/search.png) | ||
|
||
### Tabs in Title Bar | ||
|
||
![tabs-in-titlebar](https://docs.microsoft.com/en-us/windows/apps/design/basics/images/titlebar/tabs.png) | ||
|
||
--- | ||
|
||
## Resources and References | ||
|
||
- [Microsoft Docs | Title Bar | WinUI 2](https://docs.microsoft.com/en-us/windows/apps/develop/title-bar?tabs=winui2) |