Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Is there a caption with WinForms shapes (Read 1346 times)
chuckdawit
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 20
Joined: Sep 4th, 2009
Is there a caption with WinForms shapes
Sep 8th, 2009 at 10:43pm
Print Post  
Is there a caption and text fields with WinForms shapes like with ASP below:

Diagram diagram = new Diagram();

TableNode t = diagram.Factory.CreateTableNode(0, 0, 50, 30);
t[0, 0].Text = "Pairs Model 1212";
t.Caption = "S1";
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Is there a caption with WinForms shapes
Reply #1 - Sep 9th, 2009 at 5:55am
Print Post  
Yes, TableNode is implemented by mindfusion.diagramming.dll, which is used both in the Windows Forms and ASP.NET versions of the control. Add to your project a reference to that dll, add a using/import statement for the MindFusion.Diagramming namespace, and you should be able to use TableNodes.

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