Format

MathematicalText.Format property

Propiedades de formato de texto

public IPortionFormat Format { get; }

Ejemplos

Ejemplo:

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

Ver también