get_StrikethroughTopLeftToBottomRight()

MathBorderBox::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.

bool Aspose::Slides::MathText::MathBorderBox::get_StrikethroughTopLeftToBottomRight() override

Remarks

Example:

auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
borderBox->set_StrikethroughTopLeftToBottomRight(true);

See Also