views:

91

answers:

1

Hello,

I'm building a simple application, but I need to know how to use a RichTextBox and position the text on it, like: center, right and left. But how I can do this?

+1  A: 

Use the SelectionAlignment property. See MSDN for details.

David Johnstone