This commit is contained in:
Javier Suárez Ruiz 2022-02-20 12:32:14 +01:00
Родитель 6dc308d830
Коммит cbc87b682f
60 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -1,10 +1,7 @@
# DrasticOverlay - Fun with MAUI's `IWindowOverlay`
# .NET MAUI Overlay Playground - Fun with MAUI's `IWindowOverlay`
https://user-images.githubusercontent.com/898335/144733428-c1c74f8a-321c-4d35-b28b-86e29b312ba1.mp4
**This requires MAUI Preview 11+**
![.NET MAUI Overlay](images/netmaui-overlay.gif)
This repo contains some examples of MAUI `IWindowOverlay` implementations. While its primary use is for the `VisualDiagnostics` layer on `Window`, it can be used for much more.
I've written some examples of how you can use `IWindowOverlay` to create custom UI to show both in the foreground and background of your apps. Play around with it and have fun!
NOTE: Sample by [Tim Miller](https://github.com/drasticactions) (team mate working in Visual Studio Tools at Microsoft).

Двоичные данные
images/netmaui-overlay.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 331 KiB

Просмотреть файл

Просмотреть файл

@ -46,7 +46,7 @@
<uap:ShowOn Tile="wide310x150Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\appiconfgSplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 12 KiB

После

Ширина:  |  Высота:  |  Размер: 12 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 228 B

После

Ширина:  |  Высота:  |  Размер: 228 B

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.8 KiB

После

Ширина:  |  Высота:  |  Размер: 1.8 KiB

Просмотреть файл

Просмотреть файл

Просмотреть файл