Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic how to show a big Adjustment Handles after selecting multiple objects (Read 1802 times)
Fanli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 4
Joined: Jun 6th, 2012
how to show a big Adjustment Handles after selecting multiple objects
Mar 5th, 2014 at 9:09am
Print Post  
Hello:
It will show lots of Adjustment Handles when i moved mouse and selected multiple objects.But I hope it will show one big Adjustment Handle after selecting multiple objects
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: how to show a big Adjustment Handles after selecting multiple objects
Reply #1 - Mar 5th, 2014 at 10:37am
Print Post  
Hi,

You could show 'a big handle' by setting diagram.Selection.Style = SelectionStyle.Frame; However that still draws adjustment handles for individual items. Note that you can ctrl+click to toggle items' selection state, so a single selection frame is not enough to indicate the state. If you wish to hide individual handles anyway, set these properties:

Code
Select All
diagram.SelectedItemHandlesStyle.HandleBrush = Brushes.Transparent;
diagram.SelectedItemHandlesStyle.HandlePen = new Pen(Brushes.Transparent, 0); 



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