StrikethroughHorizontal

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

See Also