Value

Propriété IMathematicalText.Value

Valeur du texte

public string Value { get; set; }  

Exemples

Exemple :

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

Voir aussi