rive-app / rive-sharp

C# runtime for Rive
71 stars 6 forks source link

Convert RivePlayer properties into DependencyProperties #2

Closed csmartdalton closed 2 years ago

csmartdalton commented 2 years ago

This makes it play nicely with the XAML system. Storing them as DependencyProperties also removes the need for the "mShadow*" variables.

Also lifts the RivePlayer property definitions into their own RivePlayer.Properties.cs file.