Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic visio export for dash (Read 2103 times)
Green
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 21
Joined: Jun 30th, 2011
visio export for dash
Dec 21st, 2012 at 3:20am
Print Post  
I use DashStyle.Custom define dash,the code like this:
DiagramLink link = d.Factory.CreateDiagramLink(root2, root);
            link.Pen.DashStyle = DashStyle.Custom;
            link.Pen.DashPattern = new float[] { 1f, 1f };
            link.Pen.Width = 0.2f;
when I export visio , the dash link can not show ,I think the dash link can not be finded in visio .
How I should define the DashPattern to export visio?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: visio export for dash
Reply #1 - Dec 21st, 2012 at 12:25pm
Print Post  
There is no support for custom dash patterns in Visio. You will have to use one of the standard styles from the DashStyle enumeration. If you need to use some specific style from the Visio's Format -> Line dialog that is not mapped to a standard DashStyle, we could implement some way to specify it for next release.

Stoyan
  
Back to top
 
IP Logged
 
Green
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 21
Joined: Jun 30th, 2011
Re: visio export for dash
Reply #2 - Dec 24th, 2012 at 12:40am
Print Post  
thank you for your reply!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint