Ejemplo n.º 1
0
        public VisioLayoutOptions()
        {
            var flowchart = new Pages.PageLayout.FlowchartLayout();

            flowchart.Direction = Pages.PageLayout.Direction.TopToBottom;
            this.Layout         = flowchart;
        }
 public VisioLayoutOptions()
 {
     var flowchart = new Pages.PageLayout.FlowchartLayout();
     flowchart.Direction = Pages.PageLayout.Direction.TopToBottom;
     this.Layout = flowchart;
 }