get_StrikethroughVertical()

MathBorderBox::get_StrikethroughVertical() method

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

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

Remarks

Example:

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

See Also