set_StrikethroughBottomLeftToTopRight()
IMathBorderBox::set_StrikethroughBottomLeftToTopRight(bool) method
Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box.
virtual void Aspose::Slides::MathText::IMathBorderBox::set_StrikethroughBottomLeftToTopRight(bool value)=0
Remarks
Example:
auto borderBox = System::MakeObject<MathematicalText>(u"x+y+z")->ToBorderBox();
borderBox->set_StrikethroughBottomLeftToTopRight(true);
See Also
- Class IMathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides