Base

IMathAccent.Base property

The argument to which the accent was applied

public IMathElement Base { get; }

Examples

Example:

[C#]
IMathAccent accent = new MathematicalText("x").Accent('~');
IMathElement base = accent.Base;

See Also