Microsoft.UI.Xaml
2.6.0-prerelease.210113001
This package provides backward-compatible versions of Windows UI features including UWP XAML controls, and Fluent styles and materials. It is part of the Windows UI Library.
This is a prerelease version of Microsoft.UI.Xaml.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.UI.Xaml -Version 2.6.0-prerelease.210113001
dotnet add package Microsoft.UI.Xaml --version 2.6.0-prerelease.210113001
<PackageReference Include="Microsoft.UI.Xaml" Version="2.6.0-prerelease.210113001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.UI.Xaml --version 2.6.0-prerelease.210113001
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.UI.Xaml, 2.6.0-prerelease.210113001"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Microsoft.UI.Xaml:
Package | Downloads |
---|---|
Xamarin.Forms
Build native UIs for iOS, Android, UWP, macOS, Tizen and many more from a single, shared C# codebase
|
|
Sharpnado.Shadows
Add as many custom shadows as you like to any Xamarin.Forms view (Android, iOS, UWP, Tizen).
* You can specify each shadow Color, Opacity, Blur, and Offset
* You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element
* Implement easily Neumorphism
* Animate any of these property and make the shadows dance around your elements
* The only dependency is `Xamarin.Forms`, no `AndroidX`, no `SkiaSharp` (except Tizen) needed!
Performance: Implemented with custom draw on Android, CALayer on iOS, SpriteVisual on UWP, SkiaSharp on Tizen.
Mandatory initialization on iOS:
Xamarin.Forms.Forms.Init();
Sharpnado.Shades.iOS.iOSShadowsRenderer.Initialize();
Mandatory initialization on UWP:
var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly };
Xamarin.Forms.Forms.Init(e, rendererAssemblies);
Mandatory initialization on Tizen:
Xamarin.Forms.Forms.Init();
Sharpnado.Shades.Tizen.TizenShadowsRenderer.Initialize();
|
|
Microsoft.Toolkit.Uwp.UI.Lottie
This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.
|
|
I-Synergy.Framework.Windows
I-Synergy WinUI Framework for Universal Windows Applications
|
|
Sharpnado.MaterialFrame
The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as:
* Light
* Dark
* Acrylic
* AcrylicBlur
The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView:
* Light
* ExtraLight
* Dark
On Android, the blur is implemented thanks to the RealtimeBlurView from Tu Yimin (mmin18).
Mandatory initialization on iOS:
Xamarin.Forms.Forms.Init();
MaterialFrame.iOS.iOSMaterialFrameRenderer.Init();
Mandatory initialization on UWP:
var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly };
Xamarin.Forms.Forms.Init(e, rendererAssemblies);
|
GitHub repositories (35)
Showing the top 5 popular GitHub repositories that depend on Microsoft.UI.Xaml:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
files-community/Files
A modern file explorer that pushes the boundaries of the platform.
|
|
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
|
|
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
|