Skip to content

Commit 067f743

Browse files
committed
docs: Add README
1 parent 2871642 commit 067f743

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

UI/WindowingSamples/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Windowing Samples
2+
3+
This sample showcases various windowing APIs in Uno Platform a .NET project focused on demonstrating various window management techniques. This project includes examples of custom windows, full-screen mode, minimizing and maximizing windows, and more. It provides a comprehensive guide for developers looking to implement advanced windowing features in their .NET applications.
4+
5+
![WindowingSamples menu](doc/assets/menu.png)
6+
7+
Most windowing features are currently available on desktop targets of [Uno Platform](https://platform.uno) only (Windows, macOS, and Linux).
8+
9+
## Codebase
10+
11+
* [**CustomWindow.xaml & CustomWindow.xaml.cs**](WindowingSamples/CustomWindow.xaml.cs): Implementation of a custom window type.
12+
* [**FullScreenModeWindow.xaml & FullScreenModeWindow.xaml.cs**](WindowingSamples/FullScreenModeWindow.xaml.cs): Window set to display in full-screen mode.
13+
* [**MinimizeMaximizeWindow.xaml & MinimizeMaximizeWindow.xaml.cs**](WindowingSamples/MinimizeMaximizeWindow.xaml.cs): Minimizing and maximizing a window.
14+
* [**StayOnTopWindow.xaml & StayOnTopWindow.xaml.cs**](WindowingSamples/StayOnTopWindow.xaml.cs): Window that always stays on top of other content.
15+
* [**WindowTitleWindow.xaml & WindowTitleWindow.xaml.cs**](WindowingSamples/WindowTitleWindow.xaml.cs): Customizing the Window title.
16+
17+
## What is the Uno Platform
18+
19+
[Uno Platform](https://platform.uno) is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly.
20+
For additional information about Uno Platform or if you have any feedback to share, please refer to the [README.md](../../README.md) file in this Samples repository.

UI/WindowingSamples/WindowingSamples/ReadMe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
25.6 KB
Loading

0 commit comments

Comments
 (0)