StrikethroughBottomLeftToTopRight

IMathBorderBox.StrikethroughBottomLeftToTopRight 属性

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

public bool StrikethroughBottomLeftToTopRight { get; set; }

示例

示例:

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

另请参阅