StrikethroughBottomLeftToTopRight

MathBorderBox.StrikethroughBottomLeftToTopRight property

Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box.

public bool StrikethroughBottomLeftToTopRight { get; set; }

Examples

Example:

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

See Also