NAXAM / bottomtabbedpage-xamarin-forms

A page control for Xamarin.Forms to place tabs at the bottom.
Apache License 2.0
94 stars 32 forks source link

How to change the font size of the Title of the tabs? #6

Closed isha31 closed 6 years ago

tuyen-vuduc commented 6 years ago

@isha31 Plz read our README :).

BottomTabbedRenderer.FontSize = 10;
isha31 commented 6 years ago

Yep, got it. Thanks! :)