TenMica 1.0.0-beta

This is a prerelease version of TenMica.
dotnet add package TenMica --version 1.0.0-beta
NuGet\Install-Package TenMica -Version 1.0.0-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TenMica" Version="1.0.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TenMica --version 1.0.0-beta
#r "nuget: TenMica, 1.0.0-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TenMica as a Cake Addin
#addin nuget:?package=TenMica&version=1.0.0-beta&prerelease

// Install TenMica as a Cake Tool
#tool nuget:?package=TenMica&version=1.0.0-beta&prerelease

10Mica

Mica but for Windows 10!

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 Page element, it's very recommended to use it on the Frame element instead as you can't have more than one TenMicaBrush instance running, so using it on the Frame element 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

Oxidized_but_something_is_different

FlairMax

Screenshot_2023-05-12_174506

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-beta 139 9/25/2023
1.0.0-alpha 82 9/25/2023

Initial prerelease.