adjust content title fontsize, fontfamily of tabbed page

Thinh NPD 40 Reputation points
2024-12-23T07:31:48.9666667+00:00

How can I change the title text size and font of child ContentPage elements within a TabbedPage in .NET MAUI, ensuring consistent styling across all tabs
here is how it looks nowCleanShot 2024-12-23 at 14.30.09@2x i want it to look like this
CleanShot 2024-12-23 at 14.31.01@2x

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 46,206 Reputation points Microsoft Vendor
    2024-12-24T02:50:23.9033333+00:00

    Hello,

    After testing, on Android platform you can refer to the workaround to adjust the font on TabbedPage in this thread.

    For iOS, after testing, Handler does not get the UITabBarController on the iOS platform, and when using Renderer to implement this function, there will be a HandlerNotFound error that causes the program to crash. As a result, this feature is currently not available on iOS.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.