HideBottom

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

See Also