Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Unable to move link Text (Read 1175 times)
donalmeida
Junior Member
**
Offline


Yay...

Posts: 65
Joined: Oct 6th, 2009
Unable to move link Text
May 7th, 2010 at 3:40pm
Print Post  
We create our links dynamically and set the text on it. How do we let the user move the text on the link? Sometimes the text comes in the way or other texts so users want the ability to move the text around to have a clearer view of the text.
  

Don Almeida.
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Unable to move link Text
Reply #1 - May 7th, 2010 at 6:50pm
Print Post  
At this time you can do that only through a derived link class that overrides UpdateTextLayout to place the TextBlock at a custom location. The TextBlock control that displays the link's label is available as a property in version 1.5 of the control. In older version you can access it through Children collection of the Panel set as DiagramLink.Content.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint