Changing the Visio Shapes lineColor

D

dinesh

I am having problem in changing the Line Color and Fill Color of the Visio
Shape programatically for a specified condition in .NET project in C#. I am
using AxMicrosoft.Office.Interop.VisOcx.AxDrawingControl . Can anyone suggest
what code I should add to change for it.
 
A

Al Edlund

You've got two scenarios, simple and group shapes. The cells are the same
for both, the difference is the recognition that you may have to recurse
through the group shape to get to the subshapes and change it there as well.
al
 

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