StrikethroughBottomLeftToTopRight
MathBorderBox.StrikethroughBottomLeftToTopRight 属性
从左下角到右上角的删除线(默认值为false)。指定从边框框的左下角到右上角的删除线的隐藏或显示状态。
public bool StrikethroughBottomLeftToTopRight { get; set; }
示例
示例:
[C#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.StrikethroughBottomLeftToTopRight = true;
参见
- class MathBorderBox
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides