jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

Fixed BackgroundColor issue from ProgressRadial #17

Closed Sergtek closed 2 years ago

Sergtek commented 2 years ago

TpF97PBUph

This PR fixes a bug that didn't allow changing the background color of the ProgressRadial. A BackgroundColor property has been added to the ProgressRadial class with the new operator (so that this property is used instead of the VisualElement BackgroundColor) so that UpdateBackgroundColor can be called when the BackgroundColor has changed.