Layout using Layer

M

mehulkshah

Is there a way I can use the Layer information to layout the Shapes? I want to stack the layers one above another?
I want to do it programatically.

Also, what are the possible Layout algorithms available with Visio SDK API.
 
C

Chris Roth [ Visio MVP ]

You set ShapeSheet cells in the Page's ShapeSheet (PageLayout section) to
control how the layout should look, then you call the Layout method on a
Selection or Page or Shape or Master object.

--

Hope this helps,

Chris Roth
Visio MVP


mehulkshah said:
Is there a way I can use the Layer information to layout the Shapes? I
want to stack the layers one above another?
I want to do it programatically.

Also, what are the possible Layout algorithms available with Visio SDK
API.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top