Format

IMathematicalText.Format-Eigenschaft

Eigenschaften der Textformatierung

public IPortionFormat Format { get; }

Beispiele

Beispiel:

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

Siehe Auch