Uno.Microsoft.Xaml.Behaviors.Uwp.Managed 2.3.0-uno.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Uno.Microsoft.Xaml.Behaviors.Uwp.Managed.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Uno.Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.3.0-uno.8
NuGet\Install-Package Uno.Microsoft.Xaml.Behaviors.Uwp.Managed -Version 2.3.0-uno.8
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="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.3.0-uno.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Uno.Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.3.0-uno.8
#r "nuget: Uno.Microsoft.Xaml.Behaviors.Uwp.Managed, 2.3.0-uno.8"
#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 Uno.Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Addin
#addin nuget:?package=Uno.Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.3.0-uno.8&prerelease

// Install Uno.Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Tool
#tool nuget:?package=Uno.Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.3.0-uno.8&prerelease

Package Description

Product 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10.0 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10.0.18362 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Uno.Microsoft.Xaml.Behaviors.Uwp.Managed:

Package Downloads
Uno.Microsoft.Toolkit.Uwp.UI The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library provides UI components, such as XAML extensions, helpers, converters and more. It is a part of the Windows Community Toolkit. AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel. CacheBase: Provides methods and tools to cache files in a folder. Converters: Commonly used converters that allow the data to be modified as it passes through the binding engine. Extensions: - ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view). - FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement. - ListViewExtensions: Provides attached dependency properties for the ListViewBase - LogicalTree: Defines a collection of extensions methods for UI. - MatrixExtensions: Provides a set of extensions to the Matrix struct. - MatrixHelperEx: Static helper methods for Matrix. - Mouse: Helper class for easily changing the mouseover cursor type. - NullableBool: Custom MarkupExtension which can provide nullable bool values. - RotateTransformExtensions: Extension methods for RotateTransform. - ScaleTransformExtensions: Extension methods for ScaleTransform. - ScrollViewerExtensions: Provides attached dependency properties for the ListViewBase - SkewTransformExtensions: Extension methods for SkewTransform. - SurfaceDialTextbox: Helper class that provides attached properties to enable any TextBox with the Surface Dial. - TextBoxMask: TextBox mask property allows a user to more easily enter fixed width text in TextBox control. - TextBoxRegex: TextBoxRegex allows text validation using a regular expression. - TitleBarExtensions: Provides attached dependency properties for interacting with the ApplicationViewTitleBar on a window (app view). - TranslateTransformExtensions: Extension methods for TranslateTransform. - VisualExtensions: Extension methods and attached properties for Visual objects - VisualTree: Defines a collection of extensions methods for UI. Helpers: - BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time. - DependencyPropertyWatcher: Used to Track Changes of a Dependency Property - ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur.

Prism.Uno The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, and Xamarin Forms). Prism for Uno Platform helps you more easily design and build rich, flexible, and easy to maintain Windows UWP, WinUI & cross platform Uno applications. This library provides user interface composition as well as modularity support.

Uno.Microsoft.Toolkit.Uwp.UI.Behaviors The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit. Behaviors: - BehaviorBase: Helper for building Behaviors - AutoFocusBehevior: Sets focus to the associated control. - FocusBehavior: Sets focus to a specified control. - ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport - FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior

MADE.Media.Image

This package includes: - LoadStorageFileThumbnailImageBehavior for providing the ability to show a thumbnail for a storage file on an Image.

Ao.Lang.Uno

This is cross platform i18n library. It not only can provider static string, and it can hot reload/hot switch culture, use in wpf xaml etc... This package is base on Microsoft.Extensions.Configuration. If you want some other support files, you can intall package Microsoft.Extensions.Configuration.* or install Ao.Lang.Sources. If you want us it in wpf, you can install Ao.Lang.Wpf. Already implement *.resx and *.resources(or stream) reader. If you wan use embed resources, you can use extensions methods. If you want auto add lang files, you can named file *.zh-cn.json/*.zh-cn.resx to Raise. If you want auto add lang resources, you can named compile rex file *.zh_cn.*.resouces and index your lang identity. In 4.3.x, support argument binding! And it support wpf, uwp, avaloniaui, uno, asp.net core

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Uno.Microsoft.Xaml.Behaviors.Uwp.Managed:

Repository Stars
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
CommunityToolkit/Windows
Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
Arlodotexe/strix-music
Combine any music sources into a single library. It's your music. Play it your way.
Version Downloads Last updated
2.4.2 209 11/1/2023
2.4.0-uno.23 100 6/27/2023
2.3.1-uno.2 7,183 3/22/2022
2.3.0 40,004 1/3/2022
2.3.0-uno.14 153 1/3/2022
2.3.0-uno.12 41,161 11/17/2021
2.3.0-uno.10 176 11/15/2021
2.3.0-uno.8 178 11/3/2021
2.3.0-uno.6 198 11/2/2021
2.3.0-uno.4 270 10/29/2021
2.0.5 6,765 10/27/2021
2.0.5-uno.2 228 10/28/2021
2.0.3-uno.97 442 10/26/2021
2.0.3-uno.95 9,002 5/4/2021
2.0.3-uno.92 12,810 4/16/2021
2.0.2-uno.89 401 4/13/2021
2.0.2-uno.86 157 4/12/2021
2.0.2-uno.83 237 4/1/2021
2.0.2-uno.81 749 2/5/2021
2.0.2-uno.79 5,148 10/5/2020
2.0.2-uno.76 11,757 8/21/2020
2.0.2-uno.74 44,553 7/21/2020
2.0.2-uno.72 267 7/16/2020
2.0.2-uno.70 282 7/15/2020
2.0.2-uno.66 3,107 4/14/2020
2.0.1-uno.28 19,802 5/28/2018
2.0.1-uno.26 6,274 5/28/2018