get_StrikethroughHorizontal()

IMathBorderBox::get_StrikethroughHorizontal() method

Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line.

virtual bool Aspose::Slides::MathText::IMathBorderBox::get_StrikethroughHorizontal()=0

Remarks

Example:

auto borderBox = System::MakeObject<MathematicalText>(u"x+y+z")->ToBorderBox();
borderBox->set_StrikethroughHorizontal(true);

See Also