Hi,
how can i set tehe justify properties for a rich text box?
Than's
Printable View
Hi,
how can i set tehe justify properties for a rich text box?
Than's
Please explain in detail what exactly you want to do ?
Use SelectionAlignment. If no text is slected, the text you will enter will be justified the way you set it up. If text is selected, the selection will be justified.
Code:richTextBox1.SelectionAlignment = HorizontalAlignment.Center;