|
-
February 1st, 2008, 04:31 AM
#1
Justify Ruch Text Box
Hi,
how can i set tehe justify properties for a rich text box?
Than's
-
February 1st, 2008, 06:13 AM
#2
Re: Justify Ruch Text Box
Please explain in detail what exactly you want to do ?
Regards,
MMH
Rate my post if you find it usefull. 
-
February 1st, 2008, 06:26 AM
#3
Re: Justify Ruch Text Box
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;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|