Microsoft.UI.Xaml
2.1.190131001-prerelease
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 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.1.190131001-prerelease
dotnet add package Microsoft.UI.Xaml --version 2.1.190131001-prerelease
<PackageReference Include="Microsoft.UI.Xaml" Version="2.1.190131001-prerelease" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.UI.Xaml --version 2.1.190131001-prerelease
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 (15)
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.Lottie
This library provides the LottieVisualSource which is consumed by the Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer to render Lottie JSON files.
|
|
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();
|
|
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 (34)
Showing the top 5 popular GitHub repositories that depend on Microsoft.UI.Xaml:
Repository | Stars |
---|---|
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.
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
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.
|