Uno.Microsoft.Xaml.Behaviors.Uwp.Managed
2.3.0
See the version list below for details.
dotnet add package Uno.Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.3.0
NuGet\Install-Package Uno.Microsoft.Xaml.Behaviors.Uwp.Managed -Version 2.3.0
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.3.0" />
paket add Uno.Microsoft.Xaml.Behaviors.Uwp.Managed --version 2.3.0
#r "nuget: Uno.Microsoft.Xaml.Behaviors.Uwp.Managed, 2.3.0"
// Install Uno.Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Addin
#addin nuget:?package=Uno.Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.3.0
// Install Uno.Microsoft.Xaml.Behaviors.Uwp.Managed as a Cake Tool
#tool nuget:?package=Uno.Microsoft.Xaml.Behaviors.Uwp.Managed&version=2.3.0
Package Description
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid10.0 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Universal Windows Platform | uap10.0.18362 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Uno.Microsoft.Xaml.Behaviors.Interactivity (>= 2.3.0)
- Uno.UI (>= 4.0.11)
-
MonoAndroid 10.0
- Uno.Microsoft.Xaml.Behaviors.Interactivity (>= 2.3.0)
- Uno.UI (>= 4.0.11)
-
UAP 10.0.18362
- Uno.Microsoft.Xaml.Behaviors.Interactivity (>= 2.3.0)
- Uno.UI (>= 4.0.11)
-
Xamarin.iOS 1.0
- Uno.Microsoft.Xaml.Behaviors.Interactivity (>= 2.3.0)
- Uno.UI (>= 4.0.11)
-
Xamarin.Mac 2.0
- Uno.Microsoft.Xaml.Behaviors.Interactivity (>= 2.3.0)
- Uno.UI (>= 4.0.11)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Uno.Microsoft.Xaml.Behaviors.Uwp.Managed:
Package | Downloads |
---|---|
Uno.Microsoft.Toolkit.Uwp.UI
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
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
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. |
|
Zafiro.UI.Infrastructure.Uno
Infrastructure for Uno Platform apps |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Uno.Microsoft.Xaml.Behaviors.Uwp.Managed:
Repository | Stars |
---|---|
PrismLibrary/Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
|
|
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
|
|
CommunityToolkit/Labs-Windows
A safe space to collaborate and engineer solutions from the prototyping stage all the way through polished finalized component for the Windows Community Toolkit.
|
Version | Downloads | Last updated |
---|---|---|
2.3.1-uno.2 | 2,096 | 3/22/2022 |
2.3.0 | 18,480 | 1/3/2022 |
2.3.0-uno.14 | 100 | 1/3/2022 |
2.3.0-uno.12 | 22,956 | 11/17/2021 |
2.3.0-uno.10 | 126 | 11/15/2021 |
2.3.0-uno.8 | 129 | 11/3/2021 |
2.3.0-uno.6 | 150 | 11/2/2021 |
2.3.0-uno.4 | 216 | 10/29/2021 |
2.0.5 | 2,981 | 10/27/2021 |
2.0.5-uno.2 | 174 | 10/28/2021 |
2.0.3-uno.97 | 393 | 10/26/2021 |
2.0.3-uno.95 | 8,924 | 5/4/2021 |
2.0.3-uno.92 | 8,771 | 4/16/2021 |
2.0.2-uno.89 | 347 | 4/13/2021 |
2.0.2-uno.86 | 112 | 4/12/2021 |
2.0.2-uno.83 | 188 | 4/1/2021 |
2.0.2-uno.81 | 700 | 2/5/2021 |
2.0.2-uno.79 | 4,634 | 10/5/2020 |
2.0.2-uno.76 | 7,373 | 8/21/2020 |
2.0.2-uno.74 | 34,283 | 7/21/2020 |
2.0.2-uno.72 | 223 | 7/16/2020 |
2.0.2-uno.70 | 237 | 7/15/2020 |
2.0.2-uno.66 | 3,027 | 4/14/2020 |
2.0.1-uno.28 | 17,644 | 5/28/2018 |
2.0.1-uno.26 | 6,080 | 5/28/2018 |