I spent an eternity trying to figure out how to wrap text using WPF … here is the code snippet for future reference":
<Label Grid.Column="0" Grid.Row="1" x:Name="MyTitle" HorizontalAlignment="Center" FontFamily="Segoe UI" FontSize="12" MaxWidth="175">
<TextBlock x:Name="MyText" TextWrapping="Wrap">TITLE</TextBlock>
</Label>