Underbar
MathElementBase.Underbar method
Sets a bar on the bottom of this element
public IMathBar Underbar()
Return Value
New instance of type IMathBar
Examples
Example:
[C#]
IMathBar bar = new MathematicalText("x").Underbar();
See Also
- interface IMathBar
- class MathElementBase
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides