Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ShapeHandlesStyle (Read 4402 times)
ciccio
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Mar 3rd, 2008
ShapeHandlesStyle
Mar 4th, 2008 at 8:53am
Print Post  
If I have a Behavior set to Custom I'm not able to change the ShapeHandlesStyle to HatchHandles. If I change the Behavior to, for example, DrawControls it shows the correct adorners. The fact is that I'm using the WpfDiagram as a wpf control designer (consider that the actual version of our control designer is based on an InkCanvas). What I'm doing wrong?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ShapeHandlesStyle
Reply #1 - Mar 4th, 2008 at 12:29pm
Print Post  
ShapeHandlesStyle is assigned only to new ShapeNode objects. If you are using a custom node type, you must set its HandlesStyle property in the type constructor or the NodeCreated event handler.

I hope that helps,
Stoyan
« Last Edit: Mar 4th, 2008 at 3:22pm by Stoyo »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint