danwalmsley / XamlBehaviors

Port of Windows UWP Xaml Behaviors for Perspex Xaml.

Home Page:http://xamlbehaviors.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XAML Behaviors

Gitter

Build status

XamlBehaviors is a port of Windows UWP version of XAML Behaviors for Avalonia XAML.

XAML Behaviors is an easy-to-use means of adding common and reusable interactivity to your Avalonia applications with minimal code. Avalonia port is available only for managed applications. Use of XAML Behaviors is governed by the MIT License.

NuGet

XamlBehaviors is delivered as a NuGet package.

You can find the packages here NuGet or by using nightly build feed:

  • Add https://www.myget.org/F/xamlbehaviors-nightly/api/v2 to your package sources
  • Update your package using XamlBehaviors feed

You can install the package like this:

Install-Package Avalonia.Xaml.Behaviors -Pre

Package Dependencies

  • Avalonia
  • Rx-Core
  • Rx-Interfaces
  • Rx-Linq
  • Rx-Main
  • Rx-PlatformServices
  • Serilog
  • Splat
  • Sprache

Package Sources

Resources

License

XAML Behaviors is licensed under the MIT license.

About

Port of Windows UWP Xaml Behaviors for Perspex Xaml.

http://xamlbehaviors.github.io/

License:MIT License


Languages

Language:C# 97.6%Language:PowerShell 2.0%Language:Batchfile 0.4%