wpf textblock line break code behind

92

wpf textblock line break code behind -

TextBlock tb = new TextBlock();
tb.Text = "Hello" + Environment.NewLine + "Would you please just work?";

Comments

Submit
0 Comments