How to add a line break in a label. I have a label in which i m adding a text which will result in this display
A
B
C
i have done this in WinForms c# with Environment.NewLine
but this is not working in WPF application
Can some one tell me how can i add line break in label?
Am doing this from code behind and not XAML