Value

IMathematicalText.Value property

Valor de texto

public string Value { get; set; }

Ejemplos

Ejemplo:

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

Ver también