To view multiple lines in the TextBox control Set the Multiline property to true. If WordWrap is true (the default), then the text in the control will appear as one or more paragraphs; otherwise it will appear as ... Set the ScrollBars property to an appropriate value. ... Set the WordWrap property to an appropriate value. ...
https://www.geeksforgeeks.org/how-to-create-multiline-textbox-in-c-sharp/
<TextBox.Background> <LinearGradientBrush StartPoint="0,0" EndPoint="1,1"> <GradientStop Color="Blue" Offset="0.1" /> <GradientStop Color="Orange" Offset="0.25" /> <GradientStop Color="Green" Offset="0.75" /> <GradientStop Color="Red" Offset="1.0" /> </LinearGradientBrush> </TextBox.Background> <TextBox.Foreground> More items...
https://www.xspdf.com/resolution/56866789.html
You can change the values of the following properties: Color HoverColor PressedColor
https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-make-a-label-a-hyperlink/td-p/79940
How do you create a TextBox in XAML? IsReadOnly is true. AcceptsReturn is true. TextWrapping is Wrap.
https://www.swirlzcupcakes.com/samples/how-do-i-change-the-text-color-in-wpf/
doc for "wpf textbox properties".(Page 1 of about 12 results)