xamarin UWP button all caps code example
Example: xamarin button text lowercase
Add the below tn your Droid>Resources>styles.xml in the relevant theme.
<item name=”android:textAllCaps”>false</item>
Add the below tn your Droid>Resources>styles.xml in the relevant theme.
<item name=”android:textAllCaps”>false</item>