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