WPF Multiline TextBlock CenterAlignment Issue [duplicate] WPF Multiline TextBlock CenterAlignment Issue [duplicate] wpf wpf

WPF Multiline TextBlock CenterAlignment Issue [duplicate]


Try the TextAlignment property instead of HorizontalAlignment. First one is the alignment of text in the TextBlock, second the alignment of the TextBlock in the parent container.