Overbar

IMathElement.Overbar method

Sets a bar on the top of this element

public IMathBar Overbar()

Return Value

New instance of type IMathBar

Examples

Example:

[C#]
IMathBar bar = new MathematicalText("x").Overbar();

See Also