Value

IMathematicalText.Value property

Textwert

public string Value { get; set; }

Beispiele

Beispiel:

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

Siehe auch