HideTop

IMathBorderBox.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#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
borderBox.HideTop = true;

See Also