MicaForUWP 0.2.12
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MicaForUWP --version 0.2.12
NuGet\Install-Package MicaForUWP -Version 0.2.12
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.2.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicaForUWP" Version="0.2.12" />
<PackageReference Include="MicaForUWP" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MicaForUWP --version 0.2.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MicaForUWP, 0.2.12"
#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.
#:package MicaForUWP@0.2.12
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MicaForUWP&version=0.2.12
#tool nuget:?package=MicaForUWP&version=0.2.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<img alt="Mica For UWP LOGO" src="logo.png" width="200px"/>
Mica For UWP
一个无需 WinUI 便可实现的 Mica 笔刷
目录
如何使用
和普通的笔刷一样
<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="WallpaperBackdrop"
FallbackColor="{ThemeResource SolidBackgroundFillColorBase}"
TintColor="{ThemeResource SolidBackgroundFillColorBase}" />
</ResourceDictionary>
使用到的模块
参与人员
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
| native | native is compatible. |
| Universal Windows Platform | uap was computed. uap10.0 is compatible. uap10.0.15138 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Microsoft.Windows.SDK.Contracts (>= 10.0.22621.2428)
- Win2D.uwp (>= 1.27.1)
-
native 0.0
- Win2D.uwp (>= 1.27.1)
-
UAP 10.0
- Win2D.uwp (>= 1.27.1)
-
UAP 10.0.15138
- Win2D.uwp (>= 1.27.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MicaForUWP:
| Package | Downloads |
|---|---|
|
Riverside.Toolkit.Uwp.Media
The ultimate toolkit for building modern apps. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on MicaForUWP:
| Repository | Stars |
|---|---|
|
Coolapk-UWP/Coolapk-Lite
一个基于 UWP 平台的第三方酷安客户端精简版
|
|
|
FireCubeStudios/DarkSky
BlueSky client for Windows 10/11
|