HideLeft

MathBorderBox.HideLeft property

Hide Left Edge (默认为 false) - 指定边框左边缘的隐藏或显示状态。

public bool HideLeft { get; set; }

例子

示例:

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

也可以看看