StrikethroughTopLeftToBottomRight

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

See Also