XamlBehaviors.Mirror

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.


Keywords
Behavior, Action, Behaviors, Actions, Blend, Managed, C#, Interaction, Interactivity, Interactions
License
MIT
Install
Install-Package XamlBehaviors.Mirror -Version 1.1.29

Documentation

XamlBehaviors for WPF

XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your WPF applications with minimal code. Use of XAML Behaviors is governed by the MIT License. We are working with a committee of Microsoft MVP leaders to guide the Behaviors project and evaluate incoming pull requests.

Getting Started

Where to get it

Resources

More Info

Using Behaviors SDK

To use behaviors in your project, add the Microsoft.Xaml.Behaviors.Wpf NuGet package to your project.

Buiding Behaviors from Source

What You Need

Clone the Repository

Build and Create XAML Behaviors NuGet

  • Open a Visual Studio developer command prompt
  • Navigate to the XAML Behaviors for WPF repository
  • Run msbuild src\Microsoft.Xaml.Behaviors\Microsoft.Xaml.Behaviors.csproj /t:Pack

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.