HideBottom

MathBorderBox.HideBottom property

Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box.

public bool HideBottom { get; set; }

Examples

Example:

[C#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.HideBottom = true;

See Also