One of the limitations of the control in Xamarin Forms is that it’s missing a line spacing property. On one of our most recent Forms projects we needed to specify differing line spacing on some labels so I’ve put together a few code samples to save you time on how to do this in your iOS and Android renderers.
Forms control
The forms control is as easy as they come, it requires just one property which we’ve made a double: The real magic happens in the iOS and Android renderers.
IOS renderer
We need the property to be set so I’ve put this code The Android renderer code is again pretty straight forward:
Further reading
A couple of in-depth articles about the importance of getting your line spacing right can be found below