Elsa
Elsa

Reputation: 41

How to change the font of text in a Visio shape in C#?

I am creating dynamic Visio diagrams using ASP.Net MVC. I want to change the font of text of some Visio shapes. If anyone know how to do it, please help.

Upvotes: 1

Views: 777

Answers (1)

Elsa
Elsa

Reputation: 41

Found my answer :)

shape.get_Cells("Char.Size").Formula = "=12 pt.";

Upvotes: 2

Related Questions