Base

IMathBar.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

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

See Also