MicaForUWP 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package MicaForUWP --version 0.0.4
NuGet\Install-Package MicaForUWP -Version 0.0.4
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="MicaForUWP" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicaForUWP --version 0.0.4
#r "nuget: MicaForUWP, 0.0.4"
#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 MicaForUWP as a Cake Addin
#addin nuget:?package=MicaForUWP&version=0.0.4

// Install MicaForUWP as a Cake Tool
#tool nuget:?package=MicaForUWP&version=0.0.4

Mica For UWP

一个无需WinUI便可实现的Mica笔刷库

Microsoft Store

LICENSE Issues Stargazers

GitHub All Releases NuGet

目录

如何使用

和普通的笔刷一样

<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:media="using:MicaForUWP.Media">
    <media:BackdropMicaBrush
        x:Key="ApplicationPageBackgroundThemeMicaElementBrush"
        BackgroundSource="Backdrop"
        FallbackColor="{ThemeResource SolidBackgroundFillColorBase}"
        TintColor="{ThemeResource SolidBackgroundFillColorBase}" />
    <media:BackdropMicaBrush
        x:Key="ApplicationPageBackgroundThemeMicaWindowBrush"
        BackgroundSource="HostBackdrop"
        FallbackColor="{ThemeResource SolidBackgroundFillColorBase}"
        TintColor="{ThemeResource SolidBackgroundFillColorBase}" />
    <media:BackdropMicaBrush
        x:Key="ApplicationPageBackgroundThemeMicaWallpaperBrush"
        BackgroundSource="MicaBackdrop"
        FallbackColor="{ThemeResource SolidBackgroundFillColorBase}"
        TintColor="{ThemeResource SolidBackgroundFillColorBase}" />
</ResourceDictionary>
Product Compatible and additional computed target framework versions.
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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MicaForUWP:

Repository Stars
Coolapk-UWP/Coolapk-Lite
一个基于 UWP 平台的第三方酷安客户端精简版
Version Downloads Last updated
0.1.10 587 7/18/2023
0.1.9 373 3/24/2023
0.1.8 217 3/21/2023
0.0.7 560 8/15/2022
0.0.6 386 8/15/2022
0.0.5 376 8/15/2022
0.0.4 474 5/6/2022
0.0.3 456 2/8/2022
0.0.2 500 1/23/2022
0.0.1 463 1/23/2022