Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ArrowPenDashStyle no longer working? (Read 1645 times)
jf2020
Junior Member
**
Offline


I love FlowChart!

Posts: 63
Joined: Feb 23rd, 2006
ArrowPenDashStyle no longer working?
May 11th, 2006 at 10:31am
Print Post  
Hi,

I just upgraded our application to use version 4.1 (from 3.2...) and I noticed that setting the PenDashStyle property on an arrow no longer seems to work.

the following code:

arrow.ArrowHead = ArrowHead.None;
               arrow.PenDashStyle = DashStyle.Dash;


that was working fine in 3.2 now displays a solid line for the arrow.


Jean-Francois
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ArrowPenDashStyle no longer working?
Reply #1 - May 11th, 2006 at 10:38am
Print Post  
Hi,

The Arrow.PenXX properties are obsolete and will be removed from the API. Use the Arrow.Pen object and set its properties.

Stoyan
  
Back to top
 
IP Logged
 
jf2020
Junior Member
**
Offline


I love FlowChart!

Posts: 63
Joined: Feb 23rd, 2006
Re: ArrowPenDashStyle no longer working?
Reply #2 - May 11th, 2006 at 12:14pm
Print Post  
Hi Stoyo,

Thanks for the very fast answer!.  Your support is definitively very good.


Jean-Francois
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint