Visio Shape Styles (Text, Fill and Line Style)

M

Manish

Hi,

I am using Visio 2003 and C# for my application developement.
The Text Block (in which only Text of shape appears) of Visio can
be obtained by using below given three lines:

vsoShape1.TextStyle = "Basic"
vsoShape1.LineStyle = "Text Only"
vsoShape1.FillStyle = "Text Only" in VBA.

But can someone tell me how can we obtain the same by using C#.
Means what are the corresponding values for "Basic" and "Text Only" in
C#.

Thanks in Advance,
Manish
(e-mail address removed)
 

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