get_StrikethroughHorizontal()
MathBorderBox::get_StrikethroughHorizontal() method
Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line.
bool Aspose::Slides::MathText::MathBorderBox::get_StrikethroughHorizontal() override
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
borderBox->set_StrikethroughHorizontal(true);
See Also
- Class MathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides