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