Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to set ShapeNode none border? (Read 1694 times)
wangzh
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 25
Joined: Apr 25th, 2009
How to set ShapeNode none border?
Jul 16th, 2010 at 10:56am
Print Post  
I want set ShapeNode's border to none.
ShapeNode sn = DiagramView1.Diagram.Factory.CreateShapeNode(1, 2, 20, 20);
sn.Pen = new MindFusion.Drawing.Pen(System.Drawing.Color.Red, 0);

But I found that it is invalid!
How can i do?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to set ShapeNode none border?
Reply #1 - Jul 16th, 2010 at 11:09am
Print Post  
You could set it to Color.Transparent.

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