Format

MathematicalText.Format property

Textformatierungseigenschaften

public IPortionFormat Format { get; }

Beispiele

Beispiel:

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

Siehe auch