IMathematicalText

IMathematicalText interface

Texte mathématique

public interface IMathematicalText : IMathElement

Propriétés

NomDescription
AsIMathElement { get; }Permet d’obtenir l’interface de base IMathElement IMathElement
Format { get; }Propriétés de formatage du texte
Value { get; set; }Valeur du texte

Exemples

Exemple :

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

Voir aussi