Microsoft.UI.Xaml
2.4.3
This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library.
There is a newer 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.4.3
dotnet add package Microsoft.UI.Xaml --version 2.4.3
<PackageReference Include="Microsoft.UI.Xaml" Version="2.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.UI.Xaml --version 2.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.UI.Xaml, 2.4.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.UI.Xaml as a Cake Addin
#addin nuget:?package=Microsoft.UI.Xaml&version=2.4.3
// Install Microsoft.UI.Xaml as a Cake Tool
#tool nuget:?package=Microsoft.UI.Xaml&version=2.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (23)
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
|
|
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid
This library provides a XAML DataGrid control. It is part of the Windows Community Toolkit.
|
|
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
|
GitHub repositories (38)
Showing the top 5 popular GitHub repositories that depend on Microsoft.UI.Xaml:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
files-community/Files
A modern file explorer that pushes the boundaries of the platform.
|
|
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
|
|
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.
|