Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Rotate text without rotating shape (Read 1733 times)
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Rotate text without rotating shape
Oct 31st, 2012 at 7:29am
Print Post  
I was able to rotate text by rotating shape.
Code
Select All
//creating a sample start shapenode
            ShapeNode start = diagram.Factory.CreateShapeNode(10, 10, 20, 15);
            start.Shape = Shapes.Rectangle;
            start.Text = "Start";
            start.Id = "Start";

            start.RotateText = true;
            start.RotationAngle = 90; 



Works but any way to do this without having to rotate the shape? I just want the text at 90 degrees.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rotate text without rotating shape
Reply #1 - Oct 31st, 2012 at 8:43am
Print Post  
It' not possible at this time. You could use a Transparent rotated node as a label instead.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint