Base

IMathGroupingCharacter.Base property

Base argument

public IMathElement Base { get; }

Examples

Example:

[C#]
MathGroupingCharacter groupingCharacter = new MathGroupingCharacter(new MathematicalText("abc"));
IMathElement baseArg = groupingCharacter.Base;

See Also