Underbar

IMathElement.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