Setting Text property of RadButton like this:
this.myButton.Text = "4" + Environment.NewLine + "Totals Files";
And applying HorizontalContentAlignment to "Center" leads to different result on Android and Windows: