Format

IMathematicalText.Format property

Свойства форматирования текста

public IPortionFormat Format { get; }

Примеры

Пример:

[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;

Смотрите также