Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Naming AnchorPoints (Read 1587 times)
Bruno
YaBB Newbies
*
Offline


There's always one more
bug.

Posts: 4
Joined: Feb 12th, 2008
Naming AnchorPoints
Feb 12th, 2008 at 2:50pm
Print Post  
Hi,

I use FlowChart.NET to display Function blocks as ShapeNodes, with Input/Output represented by AnchorPoints and interconnect them by DiagramLinks.

Is there a way to display the name of every AnchorPoint in the shape itself, rather than using a ToolTip ?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Naming AnchorPoints
Reply #1 - Feb 12th, 2008 at 4:14pm
Print Post  
Hi,

You could set the points MarkStyle to Custom, then handle DrawMark and draw the AnchorPoint name using e.Graphics.DrawString.

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


There's always one more
bug.

Posts: 4
Joined: Feb 12th, 2008
Re: Naming AnchorPoints
Reply #2 - Feb 13th, 2008 at 11:13am
Print Post  
Hi,

it was a little longer than setting a boolean property value, but it's working just fine.
Thanks a lot Stoyo
8)
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint