For example, I have a label on my page:
var label = new Label
{
Text = \"Some text here.\",
LineBreakMode = LineBreakMode.WordWrap,
FontSize = De
For iOS I believe things have changed in Xamarin.Forms since the earlier answers were provided. If a NamedSize value is assigned to the FontSize property of a text element, the text now gets scaled up and down with the value set via the iOS "Larger Text" setting.
For example, this would result in accessible, scalable text: