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)
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)