StrikethroughBottomLeftToTopRight

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

See Also