set_HideLeft()

MathBorderBox::set_HideLeft(bool) method

Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box.

void Aspose::Slides::MathText::MathBorderBox::set_HideLeft(bool value) override

Remarks

Example:

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

See Also