Hi,
I've dropped a 200px label on to my 800px Window with the text "TEST".
However, when I set the alignment to left/right this sets the alignment of the label not the text inside the label.
<Label x:Name="lblExample" Content="TEST" HorizontalAlignment="Right" Margin="90,100,0,0" VerticalAlignment="Top" Width="200" Foreground="White" FontSize="16"/>
How do I set the alignment of the text inside a label?
Thanks