Value

Propiedad IMathematicalText.Value

Valor de texto

public string Value { get; set; }

Ejemplos

Ejemplo:

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

Véase también