get_HideRight()

MathBorderBox::get_HideRight() method

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

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

Remarks

Example:

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

See Also