StrikethroughVertical

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

See Also