1
I’m making an application and in this application I have a textBlock
that in the .shaman is as follows:
<TextBlock Name="tDetalhes" Foreground="Black" FontSize="26" VerticalAlignment="Center" Height="210" TextWrapping="Wrap" />
But I want to leave the text of this textBlock
justified, but I went to add the property TextAlignment="Justify"
of the following error:
"Specified method is not supported"
I tried to add by code .Cs and it wasn’t either. If anyone knows how to fix the bug I’ll be grateful. Thank you
What property do I use to add the text? pq . text does not appear as an option ?!
– Diego Leite
@Diegoleite You’ve already looked that example?.
– stderr