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