Base

MathBar.Base property

Basisargument

public IMathElement Base { get; }

Beispiele

Beispiel:

[C#]
MathBar mathBar = new MathBar(new MathematicalText("x"));
IMathElement base = mathBar.Base;

Siehe auch