Microsoft.UI.Xaml 2.8.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.UI.Xaml --version 2.8.2
NuGet\Install-Package Microsoft.UI.Xaml -Version 2.8.2
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="Microsoft.UI.Xaml" Version="2.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.UI.Xaml --version 2.8.2
#r "nuget: Microsoft.UI.Xaml, 2.8.2"
#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 Microsoft.UI.Xaml as a Cake Addin
#addin nuget:?package=Microsoft.UI.Xaml&version=2.8.2

// Install Microsoft.UI.Xaml as a Cake Tool
#tool nuget:?package=Microsoft.UI.Xaml&version=2.8.2

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.

Product Versions
native native
Universal Windows Platform uap uap10.0
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on Microsoft.UI.Xaml:

Package Downloads
Xamarin.Forms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.Controls.DataGrid

This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.

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(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);

Microsoft.Toolkit.Uwp.UI.Controls.Primitives

This library provides controls for use in XAML which don't provide their own style. It is a part of the Windows Community Toolkit. Controls: - AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space. - ConstrainedBox: Constrain child element by aspect ratio, scale, or multiple. - DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other. - StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space. - SwitchPresenter: A presenter which can act as a switch statement for layout providing alternate layouts based on a value. - UniformGrid: Presents items in an evenly-spaced set of rows or columns to fill the total available display space. - WrapLayout: Positions child elements in sequential position from left to right and breaks content to the next line. - WrapPanel: Positions child elements in sequential position from left to right and breaks content to the next line.

GitHub repositories (64)

Showing the top 5 popular GitHub repositories that depend on Microsoft.UI.Xaml:

Repository Stars
veler/DevToys
A Swiss Army knife for developers.
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Richasy/Bili.Uwp
适用于新系统UI的哔哩
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
Version Downloads Last updated
2.8.2 32,570 1/3/2023
2.8.2-prerelease.220830001 10,951 8/31/2022
2.8.1 95,094 8/15/2022
2.8.0 24,854 7/18/2022
2.8.0-prerelease.220712001 2,509 7/13/2022
2.8.0-prerelease.220601001 8,395 6/2/2022
2.8.0-prerelease.220413001 19,075 4/14/2022
2.8.0-prerelease.220118001 28,453 1/19/2022
2.8.0-prerelease.210927001 35,196 9/27/2021
2.7.4-prerelease.221117002 702 11/18/2022
2.7.3 53,883 8/16/2022
2.7.3-prerelease.220816001 175 8/16/2022
2.7.2 6,088 7/22/2022
2.7.2-prerelease.220406002 1,632 4/6/2022
2.7.1 117,911 3/17/2022
2.7.1-prerelease.211026002 7,082 10/27/2021
2.7.0 555,124 9/15/2021
2.7.0-prerelease.210913003 43,278 9/14/2021
2.7.0-prerelease.210827001 3,280 8/27/2021
2.7.0-prerelease.210816001 41,671 8/17/2021
2.6.3 4,399 12/3/2021
2.6.2 110,106 8/20/2021
2.6.2-prerelease.210818003 605 8/19/2021
2.6.2-prerelease.210811003 573 8/12/2021
2.6.1 31,436 7/7/2021
2.6.1-prerelease.210709001 5,105 7/12/2021
2.6.0 159,250 6/24/2021
2.6.0-prerelease.210623001 32,157 6/24/2021
2.6.0-prerelease.210430001 23,992 5/3/2021
2.6.0-prerelease.210405001 3,105 4/5/2021
2.6.0-prerelease.210315002 8,275 3/18/2021
2.6.0-prerelease.210227001 3,095 2/28/2021
2.6.0-prerelease.210217002 3,767 2/18/2021
2.6.0-prerelease.210129001 2,800 1/29/2021
2.6.0-prerelease.210113001 26,108 1/13/2021
2.5.0 291,701 12/3/2020
2.5.0-prerelease.201202003 3,479 12/3/2020
2.5.0-prerelease.201127001 569 11/30/2020
2.5.0-prerelease.201027002 3,148 10/28/2020
2.5.0-prerelease.200923002 24,844 9/24/2020
2.5.0-prerelease.200812001 5,098 8/13/2020
2.5.0-prerelease.200708003 5,526 7/9/2020
2.5.0-prerelease.200609001 16,243 6/10/2020
2.4.3 708,319 8/12/2020
2.4.2 407,820 5/19/2020
2.4.0 15,638 5/5/2020
2.4.0-prerelease.200506001 1,718 5/6/2020
2.4.0-prerelease.200422001 1,676 4/23/2020
2.4.0-prerelease.200322001 6,255 3/23/2020
2.4.0-prerelease.200203002 2,700 2/4/2020
2.4.0-prerelease.200113001 3,661 1/14/2020
2.4.0-prerelease.191217001 4,158 12/18/2019
2.3.200213001 38,646 2/14/2020
2.3.191217003-prerelease 12,634 12/17/2019
2.3.191211002 242,183 12/11/2019
2.3.191129002 239,759 12/1/2019
2.3.191127001-prerelease 977 11/28/2019
2.3.191125001-prerelease 3,973 11/26/2019
2.3.191123003-prerelease 474 11/24/2019
2.3.191121001-prerelease 2,083 11/21/2019
2.3.191107001-prerelease 1,574 11/8/2019
2.3.191007001-prerelease 1,145 10/7/2019
2.3.190909001-prerelease 1,120 9/10/2019
2.2.191203001-prerelease 2,532 12/4/2019
2.2.190917002 38,595 9/18/2019
2.2.190830001 16,400 8/31/2019
2.2.190822001-prerelease 547 8/24/2019
2.2.190731001-prerelease 12,040 8/5/2019
2.2.190702001-prerelease 2,354 7/2/2019
2.2.190611001-prerelease 13,863 6/11/2019
2.2.190430003-prerelease 2,831 5/1/2019
2.2.190416008-prerelease 1,432 4/16/2019
2.1.190606001 275,791 6/10/2019
2.1.190405004.2 22,352 4/29/2019
2.1.190405004.1 4,712 4/19/2019
2.1.190405004 8,235 4/5/2019
2.1.190319001-prerelease 1,617 3/19/2019
2.1.190218001-prerelease 23,431 2/19/2019
2.1.190131001-prerelease 1,906 2/1/2019
2.1.181217001-prerelease 3,887 12/17/2018
2.1.181025003-prerelease 2,411 10/25/2018
2.0.181018004 48,887 2/13/2019
2.0.181018003.1 48,217 12/18/2018
2.0.181018003 13,212 10/18/2018
2.0.181011001 16,743 10/15/2018
2.0.181011001-prerelease 670 10/15/2018
2.0.180916002-prerelease 10,472 9/20/2018
2.0.180724003-prerelease 3,657 7/25/2018
2.0.180717002-prerelease 1,474 7/17/2018