如何在 C# 中更改 Visio 形状中的文本字体?

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

我正在使用 ASP.Net MVC 创建动态 Visio 图表。我想更改某些 Visio 形状的文本字体。 如果有人知道怎么做,请帮助。

找到我的答案:)

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