Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to fix WP TabbedPage Tab Caption in LowerCase

$
0
0

Hi,

Example:

public class LoginPage : TabbedPage
    {
        public LoginPage()
        {
            var profilePage = new ContentPage
            {
                Title = "Profile",
            };
            var settingsPage = new ContentPage
            {
                Title = "Settings",
            };
            Children.Add(profilePage);
            Children.Add(settingsPage);
        }
    }

If i use this code the Tab-Captions on WP are in lower case, like:
Profile -> profile
Settings -> settings

How can i fix this?
Thanks.


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>