Xamarin Forms Label - Justify?
问题 I just wanted to ask if there is any way to justify text in a Label . I am using Xamarin Forms Xaml. Thanks. UPDATE: As for now, it is not possible to justify text . Most of the answers were about centering the text, but it is not what I asked. One way could be to use Renderer as by Timothy. 回答1: Though you can't stretch label's text to a full width using Xamarin.Forms features, it's easily achieved with a platform renderer. Most Xamarin platforms have the text justification feature available