get_StrikethroughVertical()

IMathBorderBox::get_StrikethroughVertical() method

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

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

Remarks

Example:

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

See Also