Xamarin forms Label new line
One way to solve it would be replacing in your VM the '\n' with System.Environment.NewLine
string Text = "Text first line\nText second line".Replace("\n", System.Environment.NewLine);
https://stackoverflow.com/a/56981145/4230687
Very simple add following unicode instead of \n
for ex:
Text="General Studies - I"