HideTop

MathBorderBox.HideTop property

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

public bool HideTop { get; set; }

Examples

Example:

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

See Also