set_HideLeft()

IMathBorderBox::set_HideLeft(bool) method

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

virtual void Aspose::Slides::MathText::IMathBorderBox::set_HideLeft(bool value)=0

Remarks

Example:

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

See Also