set_HideRight()
MathBorderBox::set_HideRight(bool) method
Hide Right Edge (default is false) - specifies the hidden or shown state of the right edge of border box.
void Aspose::Slides::MathText::MathBorderBox::set_HideRight(bool value) override
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
borderBox->set_HideRight(true);
See Also
- Class MathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides