Format

IMathematicalText.Format property

Text formatting properties

public IPortionFormat Format { get; }

Examples

Example:

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

See Also