Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Minor Documentation bug (Read 1819 times)
Paul Eden
Full Member
***
Offline



Posts: 128
Joined: Aug 15th, 2007
Minor Documentation bug
Feb 27th, 2008 at 4:00pm
Print Post  
Subject: Laying out Diagrams Automatically
Section: Tree layout
SubSection: Code examples

Imports / using statments for Layout  are missing a WPF:

Mindfusion.Diagramming.Layout should read Mindfusion.Diagramming.WPF.Layout?
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Minor Documentation bug
Reply #1 - Feb 27th, 2008 at 5:46pm
Print Post  
Yes, the correct is to import the following namespaces

using MindFusion.Diagramming.Wpf;
using MindFusion.Diagramming.Wpf.Layout;

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint