Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ControlNode DefaultShape isPossible? (Read 3445 times)
Taivan
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Jun 15th, 2012
ControlNode DefaultShape isPossible?
Jun 19th, 2012 at 8:20am
Print Post  
ControlNode DefaultShape isPossible?

Thanks?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ControlNode DefaultShape isPossible?
Reply #1 - Jun 19th, 2012 at 8:32am
Print Post  
For ControlNodes there's the DefaultControlType property - equivalent to what DefaultShape does for ShapeNodes.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Taivan
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Jun 15th, 2012
Re: ControlNode DefaultShape isPossible?
Reply #2 - Jun 19th, 2012 at 8:40am
Print Post  
Stoyo wrote on Jun 19th, 2012 at 8:32am:
For ControlNodes there's the DefaultControlType property - equivalent to what DefaultShape does for ShapeNodes.

I hope that helps,
Stoyan


I have create ControlNode in my diagram runtime. But all shapes drawed rectaingle.

MyDiagram.DefaultShape = Shapes.PunchedCard; // Cant change shape style

In this time i change ControlNode's Shape style?

Thanks Cheesy
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ControlNode DefaultShape isPossible?
Reply #3 - Jun 19th, 2012 at 10:44am
Print Post  
You will have to use ShapeNodes instead of ControlNodes to show these shapes. ControlNodes are used to host Silverlght controls - either standard ones coming with the framework or your custom controls.

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