6 .NET MAUI Properties You Didn’t Know Work with Buttons

https://www.telerik.com/blogs/6-net-maui-properties-you-didnt-know-work-buttons

1 points · 2 comments · view on lemmy.world

2 Comments

SmartmanApps@programming.dev · 1 pts · 195d (1 reply)

Has anyone tried TextTransform with a Button on Android? I originally tried all sorts of things to get my Android buttons to be lower-case, and nothing worked, it was always all-caps regardless of the original case, because "Material design on Android", 🙄 and I ended up giving up on it. Would love to try this out but I've recently reinstalled and haven't finished yet, so I haven't got anything ready to go to try it out and see if it works with Android Buttons.

hdsrob@lemmy.world · 1 pts · 195d

Haven't moved to MAUI yet, but in Xamarin.Forms, setting TextTransform=None works, so I don't see why it wouldn't in MAUI.

I have it set in an App.xaml ResourceDictionary so that it effects all buttons (our app is super button heavy).