get_StrikethroughBottomLeftToTopRight()
MathBorderBox::get_StrikethroughBottomLeftToTopRight() 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.
bool Aspose::Slides::MathText::MathBorderBox::get_StrikethroughBottomLeftToTopRight() override
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
borderBox->set_StrikethroughBottomLeftToTopRight(true);
See Also
- Class MathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides