jsuarezruiz / AlohaKit.Controls

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

Added ColorMaximum and ColorMinus property in NumericUpDown control #8

Closed Sergtek closed 2 years ago

Sergtek commented 2 years ago

NNy29yGmqD

Sergtek commented 2 years ago

In addition to resolving the comments, I have added two new properties: MinimumTextColor and MaximumTextColor to be able to also change the text color of the Minimum and Maximum.

jsuarezruiz commented 2 years ago

In addition to resolving the comments, I have added two new properties: MinimumTextColor and MaximumTextColor to be able to also change the text color of the Minimum and Maximum.

Thanks!