Change the fontsize of a title. Has as?

0

I have this:

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="Operacional.Views.Indicadores"
             xmlns:local="clr-namespace:Operacional.ViewModels"
             xmlns:badge="clr-namespace:Operacional"
             Title="[email protected]"             
             Icon="person.png"
             >

How can I change fontsize? By Resource > ToolBar I get it, but I had difficulty changing it in runtime

    
asked by anonymous 26.02.2018 / 19:33

0 answers