Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

line feed or empty line in XAML text output?

$
0
0

Hi again,

when I write text output to a XAML textbox like this:

$outputtextbox.text = " some text or some more text"

and I want the output text to include a line feed, how can I do that? I tried several things like

"some text ' \r\n' some more text" but it doesn't work.

Any ideas?

Sven


Viewing all articles
Browse latest Browse all 6937

Trending Articles