HideLeft

IMathBorderBox.HideLeft property

Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box.

public bool HideLeft { get; set; }

Examples

Example:

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

See Also