StrikethroughHorizontal

MathBorderBox.StrikethroughHorizontal property

Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line.

public bool StrikethroughHorizontal { get; set; }

Examples

Example:

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

See Also