Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can I resize the adjustmenthandles in canvas? (Read 2814 times)
hans
Junior Member
**
Offline


I Love MindFusion!

Posts: 81
Location: Netherlands
Joined: Mar 17th, 2012
Can I resize the adjustmenthandles in canvas?
Feb 12th, 2013 at 4:42pm
Print Post  
I want the adjustmenthandles to resize, depending on the zoom-factor: when zooming in they shouldn't grow to big, when I zoom out they could grow bigger.
But even if I change in code(.net) diagram.AdjustmentHandlesSize = 6; or whatever size, the handles always have the same size.
The same when I change in my aspx Diagram-AdjustmentHandlesSize="6"
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Can I resize the adjustmenthandles in canvas?
Reply #1 - Feb 12th, 2013 at 7:11pm
Print Post  
In the JS library you can set the size for individual nodes, e.g.:

Code
Select All
if (node.selected)
{
	node.handlesSize = 12;
	node.resetHandles();
} 

  
Back to top
 
IP Logged
 
hans
Junior Member
**
Offline


I Love MindFusion!

Posts: 81
Location: Netherlands
Joined: Mar 17th, 2012
Re: Can I resize the adjustmenthandles in canvas?
Reply #2 - Feb 12th, 2013 at 9:45pm
Print Post  
great, Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint