get_HideRight()

IMathBorderBox::get_HideRight() method

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

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

Remarks

Example:

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

See Also