HideRight

IMathBorderBox.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#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
borderBox.HideRight = true;

See Also