StrikethroughBottomLeftToTopRight

IMathBorderBox.StrikethroughBottomLeftToTopRight property

删除线从左下到右上(默认为假)。 指定从边框左下角到右上角的删除线对角线的隐藏或显示状态。

public bool StrikethroughBottomLeftToTopRight { get; set; }

例子

示例:

[C#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
borderBox.StrikethroughBottomLeftToTopRight = true;

也可以看看