StrikethroughVertical

MathBorderBox.StrikethroughVertical property

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

public bool StrikethroughVertical { get; set; }

Examples

Example:

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

See Also