Base
MathPhantom.Base property
Base argument
public IMathElement Base { get; }
Examples
Example:
[C#]
MathPhantom mathBar = new MathPhantom(new MathematicalText("x"));
IMathElement base = mathBar.Base;
See Also
- interface IMathElement
- class MathPhantom
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides