jsuarezruiz / AlohaKit.Controls

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

Support button font size #31

Closed realZhangChi closed 1 year ago

realZhangChi commented 1 year ago

Hi, I defined the FontSize bindable property in the Button class and draw the text based on the FontSize value. I also updated ButtonView to display the FontSize feature.