Microsoft.Xaml.Behaviors.Wpf
1.0.1
See the version list below for details.
dotnet add package Microsoft.Xaml.Behaviors.Wpf --version 1.0.1
NuGet\Install-Package Microsoft.Xaml.Behaviors.Wpf -Version 1.0.1
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.0.1" />
paket add Microsoft.Xaml.Behaviors.Wpf --version 1.0.1
#r "nuget: Microsoft.Xaml.Behaviors.Wpf, 1.0.1"
// Install Microsoft.Xaml.Behaviors.Wpf as a Cake Addin
#addin nuget:?package=Microsoft.Xaml.Behaviors.Wpf&version=1.0.1
// Install Microsoft.Xaml.Behaviors.Wpf as a Cake Tool
#tool nuget:?package=Microsoft.Xaml.Behaviors.Wpf&version=1.0.1
Easily add interactivity to your apps using XAML Behaviors for WPF. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (247)
Showing the top 5 NuGet packages that depend on Microsoft.Xaml.Behaviors.Wpf:
Package | Downloads |
---|---|
Prism.Wpf
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.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support. |
|
MaterialDesignThemes
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET. |
|
ControlzEx
ControlzEx is a library with some shared Controls for WPF. |
|
Caliburn.Micro
A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems. Patterns that are highlighted include MVVM (Presentation Model), MVP and MVC. |
|
Catel.MVVM
Catel.MVVM library. |
GitHub repositories (105)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Xaml.Behaviors.Wpf:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
|
|
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
|