I am building WPF/C# application with Visual Studio 2010. I have a guide window which should contain only text fields which explain how to use my application.
I am not sure which WPF GUI component is best for this purpose. Is it Label, TextBox or some other?
Yes I want it to be multi-line.
Note: I wasn't able to find TextBlock component in the Toolbox panel.