HideLeft

MathBorderBox.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#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.HideLeft = true;

See Also