IMathematicalText

IMathematicalText interface

Texto matemático

public interface IMathematicalText : IMathElement

Propiedades

NombreDescripción
AsIMathElement { get; }Permite obtener la interfaz base IMathElement IMathElement
Format { get; }Propiedades de formato de texto
Value { get; set; }Valor de texto

Ejemplos

Ejemplo:

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

Ver también