HideLeft

IMathBorderBox.HideLeft property

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

public bool HideLeft { get; set; }

例子

示例:

[C#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
borderBox.HideLeft = true;

也可以看看