Base
MathAccent.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
- interface IMathElement
- class MathAccent
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides