HideRight

MathBorderBox.HideRight property

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

public bool HideRight { get; set; }

Examples

Example:

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

See Also