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
 
Top