Skip to main content
Logo Appt Light

Text spacing on Xamarin

Content should adapt to increased spacing between lines, words, letters, and paragraphs. This helps users with effectively reading text.

Xamarin Forms has a couple of attributes to adjust text spacing:

You can also make a CustomRenderer to use even more properties from native Android and iOS elements. For more information see:

<Label CharacterSpacing="3" LineHeight="32" Margin="10" Padding="10" />

Feedback?

Let us know!