10Mica
Mica but for Windows 10
Install / Use
/learn @ahmed605/10MicaREADME
10Mica
Mica but for Windows 10!
<a href="https://www.nuget.org/packages/TenMica" alt="Nuget"> <img alt="Nuget (with prereleases)" src="https://img.shields.io/nuget/vpre/TenMica?style=for-the-badge&logo=nuget&color=dark%20green"><br/> </a><br/>[!NOTE] While the UWP version is experimental it's safe to be used in production, it's only marked as experimental because not all planned features are implemented yet and the API design isn't final but there shouldn't be any major breaking changes.
[!WARNING] The code of the WASDK version is still messy, incomplete, full of duplications, and not ready to be used in production yet.
Media
https://github.com/ahmed605/10Mica/assets/34550324/8b8bc16f-5399-4cc1-947b-77ab807bc6de
Usage
[!NOTE] While the UWP example below set the brush on the
Pageelement, it's very recommended to use it on theFrameelement instead as you can't have more than oneTenMicaBrushinstance running, so using it on theFrameelement assures that there's only one instance running.
UWP
<Page xmlns:tenmica="using:TenMica" ...>
<Page.Background>
<tenmica:TenMicaBrush EnabledInActivatedNotForeground="True" ForcedTheme="Dark"/>
</Page.Background>
</Page>
WinUI 3
<Window
x:Class="TenMicaTestWasdk.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:TenMicaTestWasdk"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mica="using:TenMica"
mc:Ignorable="d">
<Window.SystemBackdrop>
<mica:TenMicaBackdrop EnabledInActivatedNotForeground="True"/>
</Window.SystemBackdrop>
...
</Window>
[!NOTE] 10Mica currently supports 15063+ on the UWP version and 18362+ on the WASDK version.
Customers
Oxidized

FlairMax

