IMathematicalText

IMathematicalText interface

Mathematical text

public interface IMathematicalText : IMathElement

Properties

NameDescription
AsIMathElement { get; }Allows to get base IMathElement interface IMathElement
Format { get; }Text formatting properties
Value { get; set; }Text value

Examples

Example:

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

See Also