StrikethroughVertical

MathBorderBox.StrikethroughVertical 属性

Strikethrough Vertical (默认值为 false) - 指定了穿越垂直线的隐藏或显示状态。

public bool StrikethroughVertical { get; set; }

示例

示例:

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

另请参阅