Page 1 of 1

Rectangle tool q's!

Posted: Mon Nov 24, 2008 12:11 pm
by 14045263
Hey,

When i'm editing text on the tool (by double clicking one), how do I accept the changes? As the tool is multi-line, it doesn't want to accept enter as it takes that as a new line - also when this happens it doesn't change the size of the box either :(

Secondly can we have an option to specify the angle of the text??

Cheers guys,

Regards
Chris

Posted: Mon Nov 24, 2008 2:03 pm
by narcis
Hi Chris,

When i'm editing text on the tool (by double clicking one), how do I accept the changes? As the tool is multi-line, it doesn't want to accept enter as it takes that as a new line - also when this happens it doesn't change the size of the box either
You need to press ESC to stop editting the rectangle. For it to resize you need to do this:

Code: Select all

			rectangle1.AutoSize = true;
Secondly can we have an option to specify the angle of the text??
I'll add your request to the wish-list to be considered for inclusion in future releases.