StrikethroughTopLeftToBottomRight

MathBorderBox.StrikethroughTopLeftToBottomRight property

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

public bool StrikethroughTopLeftToBottomRight { get; set; }

Examples

Example:

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

See Also