Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Drawing Features (Read 940 times)
johnmccauley
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: May 21st, 2009
Drawing Features
May 21st, 2009 at 8:35pm
Print Post  
We looking to add drawing features to our application. Draw lines, bezier curves, shapes, etc...

Does WPF Diagram include editing bezier curves?

Any plans to add more drawing related features?

I noticed Test Shape Designer, did include bezier editing. Is the source included for this application?

Thanks,
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Drawing Features
Reply #1 - May 22nd, 2009 at 7:37am
Print Post  
Hi,

This control is not a general vector graphics editor, and is more useful for drawing some structured / relational data. Anyway, you can let the user draw Bezier curves by setting

LinkStyle = Bezier
AllowUnconnectedLinks = true
Behavior = DrawLinks
LinkHeadShape = None.

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