manuelroemer / Celestial.UIToolkit

A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
MIT License
39 stars 6 forks source link

Behaviors API #91

Open manuelroemer opened 5 years ago

manuelroemer commented 5 years ago

This PR adds a custom Behaviors API, similar to the known System.Windows.Interactivity, but modernized. Inspirations come from the XamlBehaviors OS-project which can be found on GitHub too.

See #45 for details.