HideRight

MathBorderBox.HideRight property

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

public bool HideRight { get; set; }

例子

示例:

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

也可以看看